#5B3806

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

Shades of Baker's Chocolate #5B3806

Tints of Baker's Chocolate #5B3806

Color information

#5B3806 (or 0x5B3806) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 38 and 06. RGB value is (91,56,6). Sum of RGB (Red+Green+Blue) = 91+56+6=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3806 is #A4C7F9. Grayscale: #3D3D3D. Windows color (decimal): -10799098 or 407643. OLE color: 407643.

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

Color convert

RGB91566-
CMYK00.380.930.64
HSL35.29º87.63%19.02%-
HSV(B)35.29º93.41%35.69%-
XYZ5.765.070.85-
YUV60.7697.1149.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 59.48%
GREEN value IS 56 (22.27% from 255) = 36.60%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=59.48%
G=36.60%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9156600.380.930.6435.2987.6319.02
Hex5B3860265D40235813
Octal1337060461351004313023
Binary1011011111000110010011010111011000000100011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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