#CB5617

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

Shades of Chocolate #CB5617

Tints of Chocolate #CB5617

Color information

#CB5617 (or 0xCB5617) is unknown color: approx Chocolate. HEX triplet: CB, 56 and 17. RGB value is (203,86,23). Sum of RGB (Red+Green+Blue) = 203+86+23=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5617 is #34A9E8. Grayscale: #727272. Windows color (decimal): -3451369 or 1529547. OLE color: 1529547.

HSL color Cylindrical-coordinate representation of color #CB5617: hue angle of 21º 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 #CB5617 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB2038623-
CMYK00.580.890.20
HSL21º79.65%44.31%-
HSV(B)21º88.67%79.61%-
XYZ28.1119.413.08-
YUV113.876.76191.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.06%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 23 (9.38% from 255) = 7.37%
R=65.06%
G=27.56%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203862300.580.890.202179.6544.31
HexCB561703A591415502c
Octal31312627072131242512054
Binary110010111010110101110111010101100110100101011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5617; }

 p { color: rgb(203,86,23); }

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

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

 a { background-color: rgb(203,86,23); }

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

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

 span { border-color: rgb(203,86,23); }

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