#CB6520

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

Shades of Chocolate #CB6520

Tints of Chocolate #CB6520

Color information

#CB6520 (or 0xCB6520) is unknown color: approx Chocolate. HEX triplet: CB, 65 and 20. RGB value is (203,101,32). Sum of RGB (Red+Green+Blue) = 203+101+32=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6520 is #349ADF. Grayscale: #7C7C7C. Windows color (decimal): -3447520 or 2123211. OLE color: 2123211.

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

Color convert

RGB20310132-
CMYK00.500.840.20
HSL24.21º72.77%46.08%-
HSV(B)24.21º84.24%79.61%-
XYZ29.5422.114.08-
YUV123.6376.29184.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.42%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 32 (12.89% from 255) = 9.52%
R=60.42%
G=30.06%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031013200.500.840.2024.2172.7746.08
HexCB6520032541418492e
Octal31314540062124243011156
Binary1100101111001011000000110010101010010100110001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6520; }

 p { color: rgb(203,101,32); }

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

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

 a { background-color: rgb(203,101,32); }

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

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

 span { border-color: rgb(203,101,32); }

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