#5B3506

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

Shades of Baker's Chocolate #5B3506

Tints of Baker's Chocolate #5B3506

Color information

#5B3506 (or 0x5B3506) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 35 and 06. RGB value is (91,53,6). Sum of RGB (Red+Green+Blue) = 91+53+6=150 (19% of max value = 765). Red value is 91 (35.94% from 255 or 60.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3506 is #A4CAF9. Grayscale: #3B3B3B. Windows color (decimal): -10799866 or 406875. OLE color: 406875.

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

Color convert

RGB91536-
CMYK00.420.930.64
HSL33.18º87.63%19.02%-
HSV(B)33.18º93.41%35.69%-
XYZ5.624.780.8-
YUV5998.09150.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 60.67%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 6 (2.73% from 255) = 4%
R=60.67%
G=35.33%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9153600.420.930.6433.1887.6319.02
Hex5B35602A5D40215813
Octal1336560521351004113023
Binary1011011110101110010101010111011000000100001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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