#CA7A45

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

Shades of Raw Sienna #CA7A45

Tints of Raw Sienna #CA7A45

Color information

#CA7A45 (or 0xCA7A45) is unknown color: approx Raw Sienna. HEX triplet: CA, 7A and 45. RGB value is (202,122,69). Sum of RGB (Red+Green+Blue) = 202+122+69=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A45 is #3585BA. Grayscale: #8C8C8C. Windows color (decimal): -3507643 or 4553418. OLE color: 4553418.

HSL color Cylindrical-coordinate representation of color #CA7A45: hue angle of 23.91º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA7A45 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB20212269-
CMYK00.400.660.21
HSL23.91º55.65%53.14%-
HSV(B)23.91º65.84%79.22%-
XYZ32.3926.919.12-
YUV139.8888172.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 69 (27.34% from 255) = 17.56%
R=51.40%
G=31.04%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021226900.400.660.2123.9155.6553.14
HexCA7A450284215183835
Octal31217210505010225307065
Binary1100101011110101000101010100010000101010111000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A45; }

 p { color: rgb(202,122,69); }

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

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

 a { background-color: rgb(202,122,69); }

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

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

 span { border-color: rgb(202,122,69); }

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