#CB5F1D

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

Shades of Chocolate #CB5F1D

Tints of Chocolate #CB5F1D

Color information

#CB5F1D (or 0xCB5F1D) is unknown color: approx Chocolate. HEX triplet: CB, 5F and 1D. RGB value is (203,95,29). Sum of RGB (Red+Green+Blue) = 203+95+29=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5F1D is #34A0E2. Grayscale: #787878. Windows color (decimal): -3449059 or 1925067. OLE color: 1925067.

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

Color convert

RGB2039529-
CMYK00.530.860.20
HSL22.76º75%45.49%-
HSV(B)22.76º85.71%79.61%-
XYZ28.9420.973.68-
YUV119.7776.78187.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.08%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 29 (11.72% from 255) = 8.87%
R=62.08%
G=29.05%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203952900.530.860.2022.767545.49
HexCB5F1D0355614174b2d
Octal31313735065126242711355
Binary110010111011111111010110101101011010100101111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5F1D; }

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

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

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

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

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

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

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

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