#CB5D18

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

Shades of Chocolate #CB5D18

Tints of Chocolate #CB5D18

Color information

#CB5D18 (or 0xCB5D18) is unknown color: approx Chocolate. HEX triplet: CB, 5D and 18. RGB value is (203,93,24). Sum of RGB (Red+Green+Blue) = 203+93+24=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5D18 is #34A2E7. Grayscale: #767676. Windows color (decimal): -3449576 or 1596875. OLE color: 1596875.

HSL color Cylindrical-coordinate representation of color #CB5D18: hue angle of 23.13º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB5D18 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB2039324-
CMYK00.540.880.20
HSL23.13º78.85%44.51%-
HSV(B)23.13º88.18%79.61%-
XYZ28.7120.593.33-
YUV118.0274.94188.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.44%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 24 (9.77% from 255) = 7.5%
R=63.44%
G=29.06%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203932400.540.880.2023.1378.8544.51
HexCB5D180365814174f2d
Octal31313530066130242711755
Binary110010111011101110000110110101100010100101111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5D18; }

 p { color: rgb(203,93,24); }

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

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

 a { background-color: rgb(203,93,24); }

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

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

 span { border-color: rgb(203,93,24); }

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