#CB5A22

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

Shades of Chocolate #CB5A22

Tints of Chocolate #CB5A22

Color information

#CB5A22 (or 0xCB5A22) is unknown color: approx Chocolate. HEX triplet: CB, 5A and 22. RGB value is (203,90,34). Sum of RGB (Red+Green+Blue) = 203+90+34=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A22 is #34A5DD. Grayscale: #757575. Windows color (decimal): -3450334 or 2251467. OLE color: 2251467.

HSL color Cylindrical-coordinate representation of color #CB5A22: hue angle of 19.88º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB5A22 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB2039034-
CMYK00.560.830.20
HSL19.88º71.31%46.47%-
HSV(B)19.88º83.25%79.61%-
XYZ28.5720.123.89-
YUV117.480.94189.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.08%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 34 (13.67% from 255) = 10.40%
R=62.08%
G=27.52%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203903400.560.830.2019.8871.3146.47
HexCB5A22038531414472e
Octal31313242070123242410756
Binary1100101110110101000100111000101001110100101001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A22; }

 p { color: rgb(203,90,34); }

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

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

 a { background-color: rgb(203,90,34); }

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

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

 span { border-color: rgb(203,90,34); }

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