Shades of Baker's Chocolate #5D370E
Tints of Baker's Chocolate #5D370E
RGB
CMYK
RGB Variations
Color information
#5D370E (or 0x5D370E) is known color: Baker's Chocolate. HEX triplet: 5D, 37 and 0E. RGB value is (93,55,14). Sum of RGB (Red+Green+Blue) = 93+55+14=162 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.41% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 93 - color contains mainly: red. Hex color #5D370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D370E is #A2C8F1. Grayscale: #3D3D3D. Windows color (decimal): -10668274 or 931677. OLE color: 931677.
HSL color Cylindrical-coordinate representation of color #5D370E: hue angle of 31.14º degrees, saturation: 0.74, 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 #5D370E is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 55 | 14 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.64 |
| HSL | 31.14º | 0.74% | 0.21% | - |
| HSV(B) | 31.14º | 0.85% | 0.36% | - |
| XYZ | 5.96 | 5.09 | 1.08 | - |
| YUV | 61.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 14 | 0 | 0.41 | 0.85 | 0.64 | 31.14 | 0.74 | 0.21 |
| Hex | 5D | 37 | E | 0 | 29 | 55 | 40 | 1F | 4A | 15 |
| Octal | 135 | 67 | 16 | 0 | 51 | 125 | 100 | 37 | 112 | 25 |
| Binary | 1011101 | 110111 | 1110 | 0 | 101001 | 1010101 | 1000000 | 11111 | 1001010 | 10101 |
Color Harmonies of #5D370E
Complementary color
Monochromatic Colors of #5D370E
Black with #5D370E
Text Example
Text Example
White with #5D370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D370E; }
p { color: rgb(93,55,14); }
H1.HeaderClassName
{
color: #5D370E;
}
.AnyTagClassName
{
color: #5D370E;
}
</style>
background-color css
<style>
a { background-color: #5D370E; }
a { background-color: rgb(93,55,14); }
div.DivClassName
{
background-color: #5D370E;
}
.BgClassName
{
background-color: #5D370E;
}
</style>
border-color css
<style>
span { border-color: #5D370E; }
span { border-color: rgb(93,55,14); }
td.TdClassName
{
border-color: #5D370E;
}
.TagClassName
{
border-color: #5D370E;
}
</style>