Shades of Baker's Chocolate #57260E
Tints of Baker's Chocolate #57260E
RGB
CMYK
RGB Variations
Color information
#57260E (or 0x57260E) is known color: Baker's Chocolate. HEX triplet: 57, 26 and 0E. RGB value is (87,38,14). Sum of RGB (Red+Green+Blue) = 87+38+14=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #57260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57260E is #A8D9F1. Grayscale: #323232. Windows color (decimal): -11065842 or 927319. OLE color: 927319.
HSL color Cylindrical-coordinate representation of color #57260E: hue angle of 19.73º 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 #57260E is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 38 | 14 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.66 |
| HSL | 19.73º | 0.72% | 0.2% | - |
| HSV(B) | 19.73º | 0.84% | 0.34% | - |
| XYZ | 4.7 | 3.44 | 0.83 | - |
| YUV | 49.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 14 | 0 | 0.56 | 0.84 | 0.66 | 19.73 | 0.72 | 0.2 |
| Hex | 57 | 26 | E | 0 | 38 | 54 | 42 | 14 | 48 | 14 |
| Octal | 127 | 46 | 16 | 0 | 70 | 124 | 102 | 24 | 110 | 24 |
| Binary | 1010111 | 100110 | 1110 | 0 | 111000 | 1010100 | 1000010 | 10100 | 1001000 | 10100 |
Color Harmonies of #57260E
Complementary color
Monochromatic Colors of #57260E
Black with #57260E
Text Example
Text Example
White with #57260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57260E; }
p { color: rgb(87,38,14); }
H1.HeaderClassName
{
color: #57260E;
}
.AnyTagClassName
{
color: #57260E;
}
</style>
background-color css
<style>
a { background-color: #57260E; }
a { background-color: rgb(87,38,14); }
div.DivClassName
{
background-color: #57260E;
}
.BgClassName
{
background-color: #57260E;
}
</style>
border-color css
<style>
span { border-color: #57260E; }
span { border-color: rgb(87,38,14); }
td.TdClassName
{
border-color: #57260E;
}
.TagClassName
{
border-color: #57260E;
}
</style>