#5B2806

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

Shades of Baker's Chocolate #5B2806

Tints of Baker's Chocolate #5B2806

Color information

#5B2806 (or 0x5B2806) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 28 and 06. RGB value is (91,40,6). Sum of RGB (Red+Green+Blue) = 91+40+6=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2806 is #A4D7F9. Grayscale: #333333. Windows color (decimal): -10803194 or 403547. OLE color: 403547.

HSL color Cylindrical-coordinate representation of color #5B2806: hue angle of 24º 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 #5B2806 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB91406-
CMYK00.560.930.64
HSL24º87.63%19.02%-
HSV(B)24º93.41%35.69%-
XYZ5.113.750.63-
YUV51.37102.4156.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 66.42%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=66.42%
G=29.20%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9140600.560.930.642487.6319.02
Hex5B2860385D40185813
Octal1335060701351003013023
Binary101101110100011001110001011101100000011000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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