Shades of Baker's Chocolate #572900
Tints of Baker's Chocolate #572900
RGB
CMYK
RGB Variations
Color information
#572900 (or 0x572900) is known color: Baker's Chocolate. HEX triplet: 57, 29 and 00. RGB value is (87,41,0). Sum of RGB (Red+Green+Blue) = 87+41+0=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #572900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572900 is #A8D6FF. Grayscale: #323232. Windows color (decimal): -11065088 or 10583. OLE color: 10583.
HSL color Cylindrical-coordinate representation of color #572900: hue angle of 28.28º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #572900 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 41 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.66 |
| HSL | 28.28º | 1% | 0.17% | - |
| HSV(B) | 28.28º | 1% | 0.34% | - |
| XYZ | 4.72 | 3.61 | 0.45 | - |
| YUV | 50.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 0 | 0 | 0.53 | 1 | 0.66 | 28.28 | 1 | 0.17 |
| Hex | 57 | 29 | 0 | 0 | 35 | 64 | 42 | 1C | 64 | 11 |
| Octal | 127 | 51 | 0 | 0 | 65 | 144 | 102 | 34 | 144 | 21 |
| Binary | 1010111 | 101001 | 0 | 0 | 110101 | 1100100 | 1000010 | 11100 | 1100100 | 10001 |
Color Harmonies of #572900
Complementary color
Monochromatic Colors of #572900
Black with #572900
Text Example
Text Example
White with #572900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572900; }
p { color: rgb(87,41,0); }
H1.HeaderClassName
{
color: #572900;
}
.AnyTagClassName
{
color: #572900;
}
</style>
background-color css
<style>
a { background-color: #572900; }
a { background-color: rgb(87,41,0); }
div.DivClassName
{
background-color: #572900;
}
.BgClassName
{
background-color: #572900;
}
</style>
border-color css
<style>
span { border-color: #572900; }
span { border-color: rgb(87,41,0); }
td.TdClassName
{
border-color: #572900;
}
.TagClassName
{
border-color: #572900;
}
</style>