Shades of Baker's Chocolate #572B01
Tints of Baker's Chocolate #572B01
RGB
CMYK
RGB Variations
Color information
#572B01 (or 0x572B01) is known color: Baker's Chocolate. HEX triplet: 57, 2B and 01. RGB value is (87,43,1). Sum of RGB (Red+Green+Blue) = 87+43+1=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #572B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572B01 is #A8D4FE. Grayscale: #333333. Windows color (decimal): -11064575 or 76631. OLE color: 76631.
HSL color Cylindrical-coordinate representation of color #572B01: hue angle of 29.3º 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 #572B01 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.66 |
| HSL | 29.3º | 0.98% | 0.17% | - |
| HSV(B) | 29.3º | 0.99% | 0.34% | - |
| XYZ | 4.8 | 3.76 | 0.5 | - |
| YUV | 51.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 1 | 0 | 0.51 | 0.99 | 0.66 | 29.3 | 0.98 | 0.17 |
| Hex | 57 | 2B | 1 | 0 | 33 | 63 | 42 | 1D | 62 | 11 |
| Octal | 127 | 53 | 1 | 0 | 63 | 143 | 102 | 35 | 142 | 21 |
| Binary | 1010111 | 101011 | 1 | 0 | 110011 | 1100011 | 1000010 | 11101 | 1100010 | 10001 |
Color Harmonies of #572B01
Complementary color
Monochromatic Colors of #572B01
Black with #572B01
Text Example
Text Example
White with #572B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B01; }
p { color: rgb(87,43,1); }
H1.HeaderClassName
{
color: #572B01;
}
.AnyTagClassName
{
color: #572B01;
}
</style>
background-color css
<style>
a { background-color: #572B01; }
a { background-color: rgb(87,43,1); }
div.DivClassName
{
background-color: #572B01;
}
.BgClassName
{
background-color: #572B01;
}
</style>
border-color css
<style>
span { border-color: #572B01; }
span { border-color: rgb(87,43,1); }
td.TdClassName
{
border-color: #572B01;
}
.TagClassName
{
border-color: #572B01;
}
</style>