Shades of Baker's Chocolate #57310C
Tints of Baker's Chocolate #57310C
RGB
CMYK
RGB Variations
Color information
#57310C (or 0x57310C) is known color: Baker's Chocolate. HEX triplet: 57, 31 and 0C. RGB value is (87,49,12). Sum of RGB (Red+Green+Blue) = 87+49+12=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #57310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57310C is #A8CEF3. Grayscale: #383838. Windows color (decimal): -11063028 or 799063. OLE color: 799063.
HSL color Cylindrical-coordinate representation of color #57310C: hue angle of 29.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57310C is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 49 | 12 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.66 |
| HSL | 29.6º | 0.76% | 0.19% | - |
| HSV(B) | 29.6º | 0.86% | 0.34% | - |
| XYZ | 5.1 | 4.25 | 0.9 | - |
| YUV | 56.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 12 | 0 | 0.44 | 0.86 | 0.66 | 29.6 | 0.76 | 0.19 |
| Hex | 57 | 31 | C | 0 | 2C | 56 | 42 | 1E | 4C | 13 |
| Octal | 127 | 61 | 14 | 0 | 54 | 126 | 102 | 36 | 114 | 23 |
| Binary | 1010111 | 110001 | 1100 | 0 | 101100 | 1010110 | 1000010 | 11110 | 1001100 | 10011 |
Color Harmonies of #57310C
Complementary color
Monochromatic Colors of #57310C
Black with #57310C
Text Example
Text Example
White with #57310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57310C; }
p { color: rgb(87,49,12); }
H1.HeaderClassName
{
color: #57310C;
}
.AnyTagClassName
{
color: #57310C;
}
</style>
background-color css
<style>
a { background-color: #57310C; }
a { background-color: rgb(87,49,12); }
div.DivClassName
{
background-color: #57310C;
}
.BgClassName
{
background-color: #57310C;
}
</style>
border-color css
<style>
span { border-color: #57310C; }
span { border-color: rgb(87,49,12); }
td.TdClassName
{
border-color: #57310C;
}
.TagClassName
{
border-color: #57310C;
}
</style>