Shades of Baker's Chocolate #57390E
Tints of Baker's Chocolate #57390E
RGB
CMYK
RGB Variations
Color information
#57390E (or 0x57390E) is known color: Baker's Chocolate. HEX triplet: 57, 39 and 0E. RGB value is (87,57,14). Sum of RGB (Red+Green+Blue) = 87+57+14=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #57390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57390E is #A8C6F1. Grayscale: #3D3D3D. Windows color (decimal): -11060978 or 932183. OLE color: 932183.
HSL color Cylindrical-coordinate representation of color #57390E: hue angle of 35.34º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57390E is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 57 | 14 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.66 |
| HSL | 35.34º | 0.72% | 0.2% | - |
| HSV(B) | 35.34º | 0.84% | 0.34% | - |
| XYZ | 5.47 | 4.98 | 1.09 | - |
| YUV | 61.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 57 | 14 | 0 | 0.34 | 0.84 | 0.66 | 35.34 | 0.72 | 0.2 |
| Hex | 57 | 39 | E | 0 | 22 | 54 | 42 | 23 | 48 | 14 |
| Octal | 127 | 71 | 16 | 0 | 42 | 124 | 102 | 43 | 110 | 24 |
| Binary | 1010111 | 111001 | 1110 | 0 | 100010 | 1010100 | 1000010 | 100011 | 1001000 | 10100 |
Color Harmonies of #57390E
Complementary color
Monochromatic Colors of #57390E
Black with #57390E
Text Example
Text Example
White with #57390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57390E; }
p { color: rgb(87,57,14); }
H1.HeaderClassName
{
color: #57390E;
}
.AnyTagClassName
{
color: #57390E;
}
</style>
background-color css
<style>
a { background-color: #57390E; }
a { background-color: rgb(87,57,14); }
div.DivClassName
{
background-color: #57390E;
}
.BgClassName
{
background-color: #57390E;
}
</style>
border-color css
<style>
span { border-color: #57390E; }
span { border-color: rgb(87,57,14); }
td.TdClassName
{
border-color: #57390E;
}
.TagClassName
{
border-color: #57390E;
}
</style>