#CA581E

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

Shades of Chocolate #CA581E

Tints of Chocolate #CA581E

Color information

#CA581E (or 0xCA581E) is unknown color: approx Chocolate. HEX triplet: CA, 58 and 1E. RGB value is (202,88,30). Sum of RGB (Red+Green+Blue) = 202+88+30=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA581E is #35A7E1. Grayscale: #737373. Windows color (decimal): -3516386 or 1988810. OLE color: 1988810.

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

Color convert

RGB2028830-
CMYK00.560.850.21
HSL20.23º74.14%45.49%-
HSV(B)20.23º85.15%79.22%-
XYZ28.0819.633.54-
YUV115.4779.77189.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.12%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=63.12%
G=27.5%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202883000.560.850.2120.2374.1445.49
HexCA581E0385515144a2d
Octal31213036070125252411255
Binary110010101011000111100111000101010110101101001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA581E; }

 p { color: rgb(202,88,30); }

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

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

 a { background-color: rgb(202,88,30); }

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

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

 span { border-color: rgb(202,88,30); }

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