Shades of Baker's Chocolate #5D2708
Tints of Baker's Chocolate #5D2708
RGB
CMYK
RGB Variations
Color information
#5D2708 (or 0x5D2708) is known color: Baker's Chocolate. HEX triplet: 5D, 27 and 08. RGB value is (93,39,8). Sum of RGB (Red+Green+Blue) = 93+39+8=140 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.43% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2708 is #A2D8F7. Grayscale: #333333. Windows color (decimal): -10672376 or 534365. OLE color: 534365.
HSL color Cylindrical-coordinate representation of color #5D2708: hue angle of 21.88º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D2708 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 39 | 8 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.64 |
| HSL | 21.88º | 0.84% | 0.2% | - |
| HSV(B) | 21.88º | 0.91% | 0.36% | - |
| XYZ | 5.28 | 3.8 | 0.68 | - |
| YUV | 51.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 8 | 0 | 0.58 | 0.91 | 0.64 | 21.88 | 0.84 | 0.2 |
| Hex | 5D | 27 | 8 | 0 | 3A | 5B | 40 | 16 | 54 | 14 |
| Octal | 135 | 47 | 10 | 0 | 72 | 133 | 100 | 26 | 124 | 24 |
| Binary | 1011101 | 100111 | 1000 | 0 | 111010 | 1011011 | 1000000 | 10110 | 1010100 | 10100 |
Color Harmonies of #5D2708
Complementary color
Monochromatic Colors of #5D2708
Black with #5D2708
Text Example
Text Example
White with #5D2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2708; }
p { color: rgb(93,39,8); }
H1.HeaderClassName
{
color: #5D2708;
}
.AnyTagClassName
{
color: #5D2708;
}
</style>
background-color css
<style>
a { background-color: #5D2708; }
a { background-color: rgb(93,39,8); }
div.DivClassName
{
background-color: #5D2708;
}
.BgClassName
{
background-color: #5D2708;
}
</style>
border-color css
<style>
span { border-color: #5D2708; }
span { border-color: rgb(93,39,8); }
td.TdClassName
{
border-color: #5D2708;
}
.TagClassName
{
border-color: #5D2708;
}
</style>