Shades of Baker's Chocolate #57270A
Tints of Baker's Chocolate #57270A
RGB
CMYK
RGB Variations
Color information
#57270A (or 0x57270A) is known color: Baker's Chocolate. HEX triplet: 57, 27 and 0A. RGB value is (87,39,10). Sum of RGB (Red+Green+Blue) = 87+39+10=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #57270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57270A is #A8D8F5. Grayscale: #323232. Windows color (decimal): -11065590 or 665431. OLE color: 665431.
HSL color Cylindrical-coordinate representation of color #57270A: hue angle of 22.6º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57270A is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 39 | 10 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.66 |
| HSL | 22.6º | 0.79% | 0.19% | - |
| HSV(B) | 22.6º | 0.89% | 0.34% | - |
| XYZ | 4.71 | 3.5 | 0.71 | - |
| YUV | 50.05 | 105.4 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 39 | 10 | 0 | 0.55 | 0.89 | 0.66 | 22.6 | 0.79 | 0.19 |
| Hex | 57 | 27 | A | 0 | 37 | 59 | 42 | 17 | 4F | 13 |
| Octal | 127 | 47 | 12 | 0 | 67 | 131 | 102 | 27 | 117 | 23 |
| Binary | 1010111 | 100111 | 1010 | 0 | 110111 | 1011001 | 1000010 | 10111 | 1001111 | 10011 |
Color Harmonies of #57270A
Complementary color
Monochromatic Colors of #57270A
Black with #57270A
Text Example
Text Example
White with #57270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57270A; }
p { color: rgb(87,39,10); }
H1.HeaderClassName
{
color: #57270A;
}
.AnyTagClassName
{
color: #57270A;
}
</style>
background-color css
<style>
a { background-color: #57270A; }
a { background-color: rgb(87,39,10); }
div.DivClassName
{
background-color: #57270A;
}
.BgClassName
{
background-color: #57270A;
}
</style>
border-color css
<style>
span { border-color: #57270A; }
span { border-color: rgb(87,39,10); }
td.TdClassName
{
border-color: #57270A;
}
.TagClassName
{
border-color: #57270A;
}
</style>