#CB5A16

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

Shades of Chocolate #CB5A16

Tints of Chocolate #CB5A16

Color information

#CB5A16 (or 0xCB5A16) is unknown color: approx Chocolate. HEX triplet: CB, 5A and 16. RGB value is (203,90,22). Sum of RGB (Red+Green+Blue) = 203+90+22=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5A16 is #34A5E9. Grayscale: #747474. Windows color (decimal): -3450346 or 1465035. OLE color: 1465035.

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

Color convert

RGB2039022-
CMYK00.560.890.20
HSL22.54º80.44%44.12%-
HSV(B)22.54º89.16%79.61%-
XYZ28.4320.073.13-
YUV116.0374.94190.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.44%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 22 (8.98% from 255) = 6.98%
R=64.44%
G=28.57%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203902200.560.890.2022.5480.4444.12
HexCB5A16038591417502c
Octal31313226070131242712054
Binary110010111011010101100111000101100110100101111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A16; }

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

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

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

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

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

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

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

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