#CA7A4B

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

Shades of Raw Sienna #CA7A4B

Tints of Raw Sienna #CA7A4B

Color information

#CA7A4B (or 0xCA7A4B) is unknown color: approx Raw Sienna. HEX triplet: CA, 7A and 4B. RGB value is (202,122,75). Sum of RGB (Red+Green+Blue) = 202+122+75=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A4B is #3585B4. Grayscale: #8C8C8C. Windows color (decimal): -3507637 or 4946634. OLE color: 4946634.

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

Color convert

RGB20212275-
CMYK00.400.630.21
HSL22.2º54.51%54.31%-
HSV(B)22.2º62.87%79.22%-
XYZ32.5926.9810.15-
YUV140.5691171.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=50.63%
G=30.58%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021227500.400.630.2122.254.5154.31
HexCA7A4B0283F15163736
Octal3121721130507725266766
Binary110010101111010100101101010001111111010110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A4B; }

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

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

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

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

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

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

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

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