#5B2D06

Color #5B2D06 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5B2D06

Tints of Baker's Chocolate #5B2D06

Color information

#5B2D06 (or 0x5B2D06) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 2D and 06. RGB value is (91,45,6). Sum of RGB (Red+Green+Blue) = 91+45+6=142 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.08% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2D06 is #A4D2F9. Grayscale: #363636. Windows color (decimal): -10801914 or 404827. OLE color: 404827.

HSL color Cylindrical-coordinate representation of color #5B2D06: hue angle of 27.53º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B2D06 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB91456-
CMYK00.510.930.64
HSL27.53º87.63%19.02%-
HSV(B)27.53º93.41%35.69%-
XYZ5.294.110.69-
YUV54.31100.74154.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 64.08%
GREEN value IS 45 (17.97% from 255) = 31.69%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=64.08%
G=31.69%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9145600.510.930.6427.5387.6319.02
Hex5B2D60335D401c5813
Octal1335560631351003413023
Binary101101110110111001100111011101100000011100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B2D06; }

 p { color: rgb(91,45,6); }

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

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

 a { background-color: rgb(91,45,6); }

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

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

 span { border-color: rgb(91,45,6); }

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