Shades of Baker's Chocolate #572F01
Tints of Baker's Chocolate #572F01
RGB
CMYK
RGB Variations
Color information
#572F01 (or 0x572F01) is known color: Baker's Chocolate. HEX triplet: 57, 2F and 01. RGB value is (87,47,1). Sum of RGB (Red+Green+Blue) = 87+47+1=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #572F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572F01 is #A8D0FE. Grayscale: #353535. Windows color (decimal): -11063551 or 77655. OLE color: 77655.
HSL color Cylindrical-coordinate representation of color #572F01: hue angle of 32.09º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #572F01 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 47 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.66 |
| HSL | 32.09º | 0.98% | 0.17% | - |
| HSV(B) | 32.09º | 0.99% | 0.34% | - |
| XYZ | 4.95 | 4.06 | 0.55 | - |
| YUV | 53.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 1 | 0 | 0.46 | 0.99 | 0.66 | 32.09 | 0.98 | 0.17 |
| Hex | 57 | 2F | 1 | 0 | 2E | 63 | 42 | 20 | 62 | 11 |
| Octal | 127 | 57 | 1 | 0 | 56 | 143 | 102 | 40 | 142 | 21 |
| Binary | 1010111 | 101111 | 1 | 0 | 101110 | 1100011 | 1000010 | 100000 | 1100010 | 10001 |
Color Harmonies of #572F01
Complementary color
Monochromatic Colors of #572F01
Black with #572F01
Text Example
Text Example
White with #572F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F01; }
p { color: rgb(87,47,1); }
H1.HeaderClassName
{
color: #572F01;
}
.AnyTagClassName
{
color: #572F01;
}
</style>
background-color css
<style>
a { background-color: #572F01; }
a { background-color: rgb(87,47,1); }
div.DivClassName
{
background-color: #572F01;
}
.BgClassName
{
background-color: #572F01;
}
</style>
border-color css
<style>
span { border-color: #572F01; }
span { border-color: rgb(87,47,1); }
td.TdClassName
{
border-color: #572F01;
}
.TagClassName
{
border-color: #572F01;
}
</style>