#CB5E1D

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

Shades of Chocolate #CB5E1D

Tints of Chocolate #CB5E1D

Color information

#CB5E1D (or 0xCB5E1D) is unknown color: approx Chocolate. HEX triplet: CB, 5E and 1D. RGB value is (203,94,29). Sum of RGB (Red+Green+Blue) = 203+94+29=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E1D is #34A1E2. Grayscale: #777777. Windows color (decimal): -3449315 or 1924811. OLE color: 1924811.

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

Color convert

RGB2039429-
CMYK00.540.860.20
HSL22.41º75%45.49%-
HSV(B)22.41º85.71%79.61%-
XYZ28.8520.793.65-
YUV119.1877.11187.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.27%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 29 (11.72% from 255) = 8.90%
R=62.27%
G=28.83%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203942900.540.860.2022.417545.49
HexCB5E1D0365614164b2d
Octal31313635066126242611355
Binary110010111011110111010110110101011010100101101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5E1D; }

 p { color: rgb(203,94,29); }

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

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

 a { background-color: rgb(203,94,29); }

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

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

 span { border-color: rgb(203,94,29); }

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