#CA5A1B

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

Shades of Chocolate #CA5A1B

Tints of Chocolate #CA5A1B

Color information

#CA5A1B (or 0xCA5A1B) is unknown color: approx Chocolate. HEX triplet: CA, 5A and 1B. RGB value is (202,90,27). Sum of RGB (Red+Green+Blue) = 202+90+27=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A1B is #35A5E4. Grayscale: #747474. Windows color (decimal): -3515877 or 1792714. OLE color: 1792714.

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

Color convert

RGB2029027-
CMYK00.550.870.21
HSL21.6º76.42%44.9%-
HSV(B)21.6º86.63%79.22%-
XYZ28.2119.953.4-
YUV116.3177.61189.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 27 (10.94% from 255) = 8.46%
R=63.32%
G=28.21%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202902700.550.870.2121.676.4244.9
HexCA5A1B0375715164c2d
Octal31213233067127252611455
Binary110010101011010110110110111101011110101101101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A1B; }

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

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

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

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

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

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

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

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