#CA5A15

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

Shades of Chocolate #CA5A15

Tints of Chocolate #CA5A15

Color information

#CA5A15 (or 0xCA5A15) is unknown color: approx Chocolate. HEX triplet: CA, 5A and 15. RGB value is (202,90,21). Sum of RGB (Red+Green+Blue) = 202+90+21=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5A15 is #35A5EA. Grayscale: #747474. Windows color (decimal): -3515883 or 1399498. OLE color: 1399498.

HSL color Cylindrical-coordinate representation of color #CA5A15: hue angle of 22.87º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA5A15 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2029021-
CMYK00.550.900.21
HSL22.87º81.17%43.73%-
HSV(B)22.87º89.6%79.22%-
XYZ28.1519.923.07-
YUV115.6274.61189.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.54%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 21 (8.59% from 255) = 6.71%
R=64.54%
G=28.75%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202902100.550.900.2122.8781.1743.73
HexCA5A150375A1517512c
Octal31213225067132252712154
Binary110010101011010101010110111101101010101101111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A15; }

 p { color: rgb(202,90,21); }

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

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

 a { background-color: rgb(202,90,21); }

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

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

 span { border-color: rgb(202,90,21); }

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