Shades of Baker's Chocolate #57310E
Tints of Baker's Chocolate #57310E
RGB
CMYK
RGB Variations
Color information
#57310E (or 0x57310E) is known color: Baker's Chocolate. HEX triplet: 57, 31 and 0E. RGB value is (87,49,14). Sum of RGB (Red+Green+Blue) = 87+49+14=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57310E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57310E is #A8CEF1. Grayscale: #383838. Windows color (decimal): -11063026 or 930135. OLE color: 930135.
HSL color Cylindrical-coordinate representation of color #57310E: hue angle of 28.77º 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 #57310E is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 49 | 14 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.66 |
| HSL | 28.77º | 0.72% | 0.2% | - |
| HSV(B) | 28.77º | 0.84% | 0.34% | - |
| XYZ | 5.11 | 4.25 | 0.97 | - |
| YUV | 56.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 14 | 0 | 0.44 | 0.84 | 0.66 | 28.77 | 0.72 | 0.2 |
| Hex | 57 | 31 | E | 0 | 2C | 54 | 42 | 1D | 48 | 14 |
| Octal | 127 | 61 | 16 | 0 | 54 | 124 | 102 | 35 | 110 | 24 |
| Binary | 1010111 | 110001 | 1110 | 0 | 101100 | 1010100 | 1000010 | 11101 | 1001000 | 10100 |
Color Harmonies of #57310E
Complementary color
Monochromatic Colors of #57310E
Black with #57310E
Text Example
Text Example
White with #57310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57310E; }
p { color: rgb(87,49,14); }
H1.HeaderClassName
{
color: #57310E;
}
.AnyTagClassName
{
color: #57310E;
}
</style>
background-color css
<style>
a { background-color: #57310E; }
a { background-color: rgb(87,49,14); }
div.DivClassName
{
background-color: #57310E;
}
.BgClassName
{
background-color: #57310E;
}
</style>
border-color css
<style>
span { border-color: #57310E; }
span { border-color: rgb(87,49,14); }
td.TdClassName
{
border-color: #57310E;
}
.TagClassName
{
border-color: #57310E;
}
</style>