#CB551E

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

Shades of Chocolate #CB551E

Tints of Chocolate #CB551E

Color information

#CB551E (or 0xCB551E) is unknown color: approx Chocolate. HEX triplet: CB, 55 and 1E. RGB value is (203,85,30). Sum of RGB (Red+Green+Blue) = 203+85+30=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB551E is #34AAE1. Grayscale: #727272. Windows color (decimal): -3451618 or 1988043. OLE color: 1988043.

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

Color convert

RGB2038530-
CMYK00.580.850.20
HSL19.08º74.25%45.69%-
HSV(B)19.08º85.22%79.61%-
XYZ28.1119.293.47-
YUV114.0180.59191.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.84%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 30 (12.11% from 255) = 9.43%
R=63.84%
G=26.73%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203853000.580.850.2019.0874.2545.69
HexCB551E03A5514134a2e
Octal31312536072125242311256
Binary110010111010101111100111010101010110100100111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB551E; }

 p { color: rgb(203,85,30); }

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

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

 a { background-color: rgb(203,85,30); }

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

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

 span { border-color: rgb(203,85,30); }

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