Shades of Baker's Chocolate #5D370D
Tints of Baker's Chocolate #5D370D
RGB
CMYK
RGB Variations
Color information
#5D370D (or 0x5D370D) is known color: Baker's Chocolate. HEX triplet: 5D, 37 and 0D. RGB value is (93,55,13). Sum of RGB (Red+Green+Blue) = 93+55+13=161 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.76% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 93 - color contains mainly: red. Hex color #5D370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D370D is #A2C8F2. Grayscale: #3D3D3D. Windows color (decimal): -10668275 or 866141. OLE color: 866141.
HSL color Cylindrical-coordinate representation of color #5D370D: hue angle of 31.5º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D370D is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 55 | 13 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.64 |
| HSL | 31.5º | 0.75% | 0.21% | - |
| HSV(B) | 31.5º | 0.86% | 0.36% | - |
| XYZ | 5.95 | 5.09 | 1.05 | - |
| YUV | 61.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 13 | 0 | 0.41 | 0.86 | 0.64 | 31.5 | 0.75 | 0.21 |
| Hex | 5D | 37 | D | 0 | 29 | 56 | 40 | 1F | 4B | 15 |
| Octal | 135 | 67 | 15 | 0 | 51 | 126 | 100 | 37 | 113 | 25 |
| Binary | 1011101 | 110111 | 1101 | 0 | 101001 | 1010110 | 1000000 | 11111 | 1001011 | 10101 |
Color Harmonies of #5D370D
Complementary color
Monochromatic Colors of #5D370D
Black with #5D370D
Text Example
Text Example
White with #5D370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D370D; }
p { color: rgb(93,55,13); }
H1.HeaderClassName
{
color: #5D370D;
}
.AnyTagClassName
{
color: #5D370D;
}
</style>
background-color css
<style>
a { background-color: #5D370D; }
a { background-color: rgb(93,55,13); }
div.DivClassName
{
background-color: #5D370D;
}
.BgClassName
{
background-color: #5D370D;
}
</style>
border-color css
<style>
span { border-color: #5D370D; }
span { border-color: rgb(93,55,13); }
td.TdClassName
{
border-color: #5D370D;
}
.TagClassName
{
border-color: #5D370D;
}
</style>