Shades of Baker's Chocolate #572904
Tints of Baker's Chocolate #572904
RGB
CMYK
RGB Variations
Color information
#572904 (or 0x572904) is known color: Baker's Chocolate. HEX triplet: 57, 29 and 04. RGB value is (87,41,4). Sum of RGB (Red+Green+Blue) = 87+41+4=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #572904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572904 is #A8D6FB. Grayscale: #323232. Windows color (decimal): -11065084 or 272727. OLE color: 272727.
HSL color Cylindrical-coordinate representation of color #572904: hue angle of 26.75º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #572904 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 41 | 4 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.66 |
| HSL | 26.75º | 0.91% | 0.18% | - |
| HSV(B) | 26.75º | 0.95% | 0.34% | - |
| XYZ | 4.75 | 3.62 | 0.56 | - |
| YUV | 50.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 4 | 0 | 0.53 | 0.95 | 0.66 | 26.75 | 0.91 | 0.18 |
| Hex | 57 | 29 | 4 | 0 | 35 | 5F | 42 | 1B | 5B | 12 |
| Octal | 127 | 51 | 4 | 0 | 65 | 137 | 102 | 33 | 133 | 22 |
| Binary | 1010111 | 101001 | 100 | 0 | 110101 | 1011111 | 1000010 | 11011 | 1011011 | 10010 |
Color Harmonies of #572904
Complementary color
Monochromatic Colors of #572904
Black with #572904
Text Example
Text Example
White with #572904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572904; }
p { color: rgb(87,41,4); }
H1.HeaderClassName
{
color: #572904;
}
.AnyTagClassName
{
color: #572904;
}
</style>
background-color css
<style>
a { background-color: #572904; }
a { background-color: rgb(87,41,4); }
div.DivClassName
{
background-color: #572904;
}
.BgClassName
{
background-color: #572904;
}
</style>
border-color css
<style>
span { border-color: #572904; }
span { border-color: rgb(87,41,4); }
td.TdClassName
{
border-color: #572904;
}
.TagClassName
{
border-color: #572904;
}
</style>