Shades of Baker's Chocolate #5B3D0E
Tints of Baker's Chocolate #5B3D0E
RGB
CMYK
RGB Variations
Color information
#5B3D0E (or 0x5B3D0E) is known color: Baker's Chocolate. HEX triplet: 5B, 3D and 0E. RGB value is (91,61,14). Sum of RGB (Red+Green+Blue) = 91+61+14=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3D0E is #A4C2F1. Grayscale: #404040. Windows color (decimal): -10797810 or 933211. OLE color: 933211.
HSL color Cylindrical-coordinate representation of color #5B3D0E: hue angle of 36.62º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B3D0E is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 61 | 14 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.64 |
| HSL | 36.62º | 0.73% | 0.21% | - |
| HSV(B) | 36.62º | 0.85% | 0.36% | - |
| XYZ | 6.06 | 5.59 | 1.18 | - |
| YUV | 64.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 14 | 0 | 0.33 | 0.85 | 0.64 | 36.62 | 0.73 | 0.21 |
| Hex | 5B | 3D | E | 0 | 21 | 55 | 40 | 25 | 49 | 15 |
| Octal | 133 | 75 | 16 | 0 | 41 | 125 | 100 | 45 | 111 | 25 |
| Binary | 1011011 | 111101 | 1110 | 0 | 100001 | 1010101 | 1000000 | 100101 | 1001001 | 10101 |
Color Harmonies of #5B3D0E
Complementary color
Monochromatic Colors of #5B3D0E
Black with #5B3D0E
Text Example
Text Example
White with #5B3D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3D0E; }
p { color: rgb(91,61,14); }
H1.HeaderClassName
{
color: #5B3D0E;
}
.AnyTagClassName
{
color: #5B3D0E;
}
</style>
background-color css
<style>
a { background-color: #5B3D0E; }
a { background-color: rgb(91,61,14); }
div.DivClassName
{
background-color: #5B3D0E;
}
.BgClassName
{
background-color: #5B3D0E;
}
</style>
border-color css
<style>
span { border-color: #5B3D0E; }
span { border-color: rgb(91,61,14); }
td.TdClassName
{
border-color: #5B3D0E;
}
.TagClassName
{
border-color: #5B3D0E;
}
</style>