#CA5E1F

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

Shades of Chocolate #CA5E1F

Tints of Chocolate #CA5E1F

Color information

#CA5E1F (or 0xCA5E1F) is unknown color: approx Chocolate. HEX triplet: CA, 5E and 1F. RGB value is (202,94,31). Sum of RGB (Red+Green+Blue) = 202+94+31=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E1F is #35A1E0. Grayscale: #777777. Windows color (decimal): -3514849 or 2055882. OLE color: 2055882.

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

Color convert

RGB2029431-
CMYK00.530.850.21
HSL22.11º73.39%45.69%-
HSV(B)22.11º84.65%79.22%-
XYZ28.6120.663.78-
YUV119.1178.28187.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.77%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 31 (12.5% from 255) = 9.48%
R=61.77%
G=28.75%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202943100.530.850.2122.1173.3945.69
HexCA5E1F035551516492e
Octal31213637065125252611156
Binary110010101011110111110110101101010110101101101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E1F; }

 p { color: rgb(202,94,31); }

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

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

 a { background-color: rgb(202,94,31); }

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

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

 span { border-color: rgb(202,94,31); }

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