Shades of Baker's Chocolate #5E3B14
Tints of Baker's Chocolate #5E3B14
RGB
CMYK
RGB Variations
Color information
#5E3B14 (or 0x5E3B14) is known color: Baker's Chocolate. HEX triplet: 5E, 3B and 14. RGB value is (94,59,20). Sum of RGB (Red+Green+Blue) = 94+59+20=173 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.34% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3B14 is #A1C4EB. Grayscale: #414141. Windows color (decimal): -10601708 or 1325918. OLE color: 1325918.
HSL color Cylindrical-coordinate representation of color #5E3B14: hue angle of 31.62º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E3B14 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 59 | 20 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.63 |
| HSL | 31.62º | 0.65% | 0.22% | - |
| HSV(B) | 31.62º | 0.79% | 0.37% | - |
| XYZ | 6.31 | 5.56 | 1.4 | - |
| YUV | 65.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 20 | 0 | 0.37 | 0.79 | 0.63 | 31.62 | 0.65 | 0.22 |
| Hex | 5E | 3B | 14 | 0 | 25 | 4F | 3F | 20 | 41 | 16 |
| Octal | 136 | 73 | 24 | 0 | 45 | 117 | 77 | 40 | 101 | 26 |
| Binary | 1011110 | 111011 | 10100 | 0 | 100101 | 1001111 | 111111 | 100000 | 1000001 | 10110 |
Color Harmonies of #5E3B14
Complementary color
Monochromatic Colors of #5E3B14
Black with #5E3B14
Text Example
Text Example
White with #5E3B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3B14; }
p { color: rgb(94,59,20); }
H1.HeaderClassName
{
color: #5E3B14;
}
.AnyTagClassName
{
color: #5E3B14;
}
</style>
background-color css
<style>
a { background-color: #5E3B14; }
a { background-color: rgb(94,59,20); }
div.DivClassName
{
background-color: #5E3B14;
}
.BgClassName
{
background-color: #5E3B14;
}
</style>
border-color css
<style>
span { border-color: #5E3B14; }
span { border-color: rgb(94,59,20); }
td.TdClassName
{
border-color: #5E3B14;
}
.TagClassName
{
border-color: #5E3B14;
}
</style>