#CA541A

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

Shades of Chocolate #CA541A

Tints of Chocolate #CA541A

Color information

#CA541A (or 0xCA541A) is unknown color: approx Chocolate. HEX triplet: CA, 54 and 1A. RGB value is (202,84,26). Sum of RGB (Red+Green+Blue) = 202+84+26=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA541A is #35ABE5. Grayscale: #717171. Windows color (decimal): -3517414 or 1725642. OLE color: 1725642.

HSL color Cylindrical-coordinate representation of color #CA541A: hue angle of 19.77º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA541A is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB2028426-
CMYK00.580.870.21
HSL19.77º77.19%44.71%-
HSV(B)19.77º87.13%79.22%-
XYZ27.7118.973.18-
YUV112.6779.09191.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.74%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 26 (10.55% from 255) = 8.33%
R=64.74%
G=26.92%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202842600.580.870.2119.7777.1944.71
HexCA541A03A5715144d2d
Octal31212432072127252411555
Binary110010101010100110100111010101011110101101001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA541A; }

 p { color: rgb(202,84,26); }

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

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

 a { background-color: rgb(202,84,26); }

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

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

 span { border-color: rgb(202,84,26); }

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