Shades of Baker's Chocolate #5D2F0D
Tints of Baker's Chocolate #5D2F0D
RGB
CMYK
RGB Variations
Color information
#5D2F0D (or 0x5D2F0D) is known color: Baker's Chocolate. HEX triplet: 5D, 2F and 0D. RGB value is (93,47,13). Sum of RGB (Red+Green+Blue) = 93+47+13=153 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.78% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2F0D is #A2D0F2. Grayscale: #393939. Windows color (decimal): -10670323 or 864093. OLE color: 864093.
HSL color Cylindrical-coordinate representation of color #5D2F0D: hue angle of 25.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 #5D2F0D is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 47 | 13 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.64 |
| HSL | 25.5º | 0.75% | 0.21% | - |
| HSV(B) | 25.5º | 0.86% | 0.36% | - |
| XYZ | 5.6 | 4.39 | 0.93 | - |
| YUV | 56.88 | 103.24 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 13 | 0 | 0.49 | 0.86 | 0.64 | 25.5 | 0.75 | 0.21 |
| Hex | 5D | 2F | D | 0 | 31 | 56 | 40 | 1A | 4B | 15 |
| Octal | 135 | 57 | 15 | 0 | 61 | 126 | 100 | 32 | 113 | 25 |
| Binary | 1011101 | 101111 | 1101 | 0 | 110001 | 1010110 | 1000000 | 11010 | 1001011 | 10101 |
Color Harmonies of #5D2F0D
Complementary color
Monochromatic Colors of #5D2F0D
Black with #5D2F0D
Text Example
Text Example
White with #5D2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2F0D; }
p { color: rgb(93,47,13); }
H1.HeaderClassName
{
color: #5D2F0D;
}
.AnyTagClassName
{
color: #5D2F0D;
}
</style>
background-color css
<style>
a { background-color: #5D2F0D; }
a { background-color: rgb(93,47,13); }
div.DivClassName
{
background-color: #5D2F0D;
}
.BgClassName
{
background-color: #5D2F0D;
}
</style>
border-color css
<style>
span { border-color: #5D2F0D; }
span { border-color: rgb(93,47,13); }
td.TdClassName
{
border-color: #5D2F0D;
}
.TagClassName
{
border-color: #5D2F0D;
}
</style>