#CB531D

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

Shades of Chocolate #CB531D

Tints of Chocolate #CB531D

Color information

#CB531D (or 0xCB531D) is unknown color: approx Chocolate. HEX triplet: CB, 53 and 1D. RGB value is (203,83,29). Sum of RGB (Red+Green+Blue) = 203+83+29=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB531D is #34ACE2. Grayscale: #717171. Windows color (decimal): -3452131 or 1921995. OLE color: 1921995.

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

Color convert

RGB2038329-
CMYK00.590.860.20
HSL18.62º75%45.49%-
HSV(B)18.62º85.71%79.61%-
XYZ27.9418.973.35-
YUV112.7280.76192.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.44%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 29 (11.72% from 255) = 9.21%
R=64.44%
G=26.35%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203832900.590.860.2018.627545.49
HexCB531D03B5614134b2d
Octal31312335073126242311355
Binary110010111010011111010111011101011010100100111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB531D; }

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

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

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

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

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

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

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

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