#CA561A

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

Shades of Chocolate #CA561A

Tints of Chocolate #CA561A

Color information

#CA561A (or 0xCA561A) is unknown color: approx Chocolate. HEX triplet: CA, 56 and 1A. RGB value is (202,86,26). Sum of RGB (Red+Green+Blue) = 202+86+26=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA561A is #35A9E5. Grayscale: #727272. Windows color (decimal): -3516902 or 1726154. OLE color: 1726154.

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

Color convert

RGB2028626-
CMYK00.570.870.21
HSL20.45º77.19%44.71%-
HSV(B)20.45º87.13%79.22%-
XYZ27.8719.293.23-
YUV113.8478.43190.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.33%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 26 (10.55% from 255) = 8.28%
R=64.33%
G=27.39%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202862600.570.870.2120.4577.1944.71
HexCA561A0395715144d2d
Octal31212632071127252411555
Binary110010101010110110100111001101011110101101001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA561A; }

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

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

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

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

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

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

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

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