Shades of Baker's Chocolate #572F05
Tints of Baker's Chocolate #572F05
RGB
CMYK
RGB Variations
Color information
#572F05 (or 0x572F05) is known color: Baker's Chocolate. HEX triplet: 57, 2F and 05. RGB value is (87,47,5). Sum of RGB (Red+Green+Blue) = 87+47+5=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #572F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572F05 is #A8D0FA. Grayscale: #363636. Windows color (decimal): -11063547 or 339799. OLE color: 339799.
HSL color Cylindrical-coordinate representation of color #572F05: hue angle of 30.73º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #572F05 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 47 | 5 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.66 |
| HSL | 30.73º | 0.89% | 0.18% | - |
| HSV(B) | 30.73º | 0.94% | 0.34% | - |
| XYZ | 4.97 | 4.07 | 0.67 | - |
| YUV | 54.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 5 | 0 | 0.46 | 0.94 | 0.66 | 30.73 | 0.89 | 0.18 |
| Hex | 57 | 2F | 5 | 0 | 2E | 5E | 42 | 1F | 59 | 12 |
| Octal | 127 | 57 | 5 | 0 | 56 | 136 | 102 | 37 | 131 | 22 |
| Binary | 1010111 | 101111 | 101 | 0 | 101110 | 1011110 | 1000010 | 11111 | 1011001 | 10010 |
Color Harmonies of #572F05
Complementary color
Monochromatic Colors of #572F05
Black with #572F05
Text Example
Text Example
White with #572F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F05; }
p { color: rgb(87,47,5); }
H1.HeaderClassName
{
color: #572F05;
}
.AnyTagClassName
{
color: #572F05;
}
</style>
background-color css
<style>
a { background-color: #572F05; }
a { background-color: rgb(87,47,5); }
div.DivClassName
{
background-color: #572F05;
}
.BgClassName
{
background-color: #572F05;
}
</style>
border-color css
<style>
span { border-color: #572F05; }
span { border-color: rgb(87,47,5); }
td.TdClassName
{
border-color: #572F05;
}
.TagClassName
{
border-color: #572F05;
}
</style>