#ca7b48

Color #CA7B48 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CA7B48

Tints of Raw Sienna #CA7B48

Color information

#CA7B48 (or 0xCA7B48) is unknown color: approx Raw Sienna. HEX triplet: CA, 7B and 48. RGB value is (202,123,72). Sum of RGB (Red+Green+Blue) = 202+123+72=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B48 is #3584B7. Grayscale: #8D8D8D. Windows color (decimal): -3507384 or 4750282. OLE color: 4750282.

HSL color Cylindrical-coordinate representation of color #CA7B48: hue angle of 23.54º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA7B48 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20212372-
CMYK00.390.640.21
HSL23.54º55.08%53.73%-
HSV(B)23.54º64.36%79.22%-
XYZ32.6127.199.66-
YUV140.8189.17171.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=50.88%
G=30.98%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021237200.390.640.2123.5455.0853.73
HexCA7B480274015183736
Octal31217311004710025306766
Binary1100101011110111001000010011110000001010111000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7b48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7b48; }

 p { color: rgb(202,123,72); }

 H1.HeaderClassName
 {
   color: #ca7b48;
 }
 .AnyTagClassName
 {
   color: #ca7b48;
 }
</style>
background-color css

<style>
 a { background-color: #ca7b48; }

 a { background-color: rgb(202,123,72); }

 div.DivClassName
 {
   background-color: #ca7b48;
 }
 .BgClassName
 {
   background-color: #ca7b48;
 }
</style>
border-color css

<style>
 span { border-color: #ca7b48; }

 span { border-color: rgb(202,123,72); }

 td.TdClassName
 {
   border-color: #ca7b48;
 }
 .TagClassName
 {
   border-color: #ca7b48;
 }
</style>