#CA5915

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

Shades of Chocolate #CA5915

Tints of Chocolate #CA5915

Color information

#CA5915 (or 0xCA5915) is unknown color: approx Chocolate. HEX triplet: CA, 59 and 15. RGB value is (202,89,21). Sum of RGB (Red+Green+Blue) = 202+89+21=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5915 is #35A6EA. Grayscale: #737373. Windows color (decimal): -3516139 or 1399242. OLE color: 1399242.

HSL color Cylindrical-coordinate representation of color #CA5915: hue angle of 22.54º 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 #CA5915 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2028921-
CMYK00.560.900.21
HSL22.54º81.17%43.73%-
HSV(B)22.54º89.6%79.22%-
XYZ28.0619.763.04-
YUV115.0474.94190.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.74%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 21 (8.59% from 255) = 6.73%
R=64.74%
G=28.53%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202892100.560.900.2122.5481.1743.73
HexCA59150385A1517512c
Octal31213125070132252712154
Binary110010101011001101010111000101101010101101111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5915; }

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

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

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

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

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

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

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

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