Shades of Baker's Chocolate #572B04
Tints of Baker's Chocolate #572B04
RGB
CMYK
RGB Variations
Color information
#572B04 (or 0x572B04) is known color: Baker's Chocolate. HEX triplet: 57, 2B and 04. RGB value is (87,43,4). Sum of RGB (Red+Green+Blue) = 87+43+4=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #572B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572B04 is #A8D4FB. Grayscale: #333333. Windows color (decimal): -11064572 or 273239. OLE color: 273239.
HSL color Cylindrical-coordinate representation of color #572B04: hue angle of 28.19º 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 #572B04 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 4 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.66 |
| HSL | 28.19º | 0.91% | 0.18% | - |
| HSV(B) | 28.19º | 0.95% | 0.34% | - |
| XYZ | 4.82 | 3.76 | 0.59 | - |
| YUV | 51.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 4 | 0 | 0.51 | 0.95 | 0.66 | 28.19 | 0.91 | 0.18 |
| Hex | 57 | 2B | 4 | 0 | 33 | 5F | 42 | 1C | 5B | 12 |
| Octal | 127 | 53 | 4 | 0 | 63 | 137 | 102 | 34 | 133 | 22 |
| Binary | 1010111 | 101011 | 100 | 0 | 110011 | 1011111 | 1000010 | 11100 | 1011011 | 10010 |
Color Harmonies of #572B04
Complementary color
Monochromatic Colors of #572B04
Black with #572B04
Text Example
Text Example
White with #572B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B04; }
p { color: rgb(87,43,4); }
H1.HeaderClassName
{
color: #572B04;
}
.AnyTagClassName
{
color: #572B04;
}
</style>
background-color css
<style>
a { background-color: #572B04; }
a { background-color: rgb(87,43,4); }
div.DivClassName
{
background-color: #572B04;
}
.BgClassName
{
background-color: #572B04;
}
</style>
border-color css
<style>
span { border-color: #572B04; }
span { border-color: rgb(87,43,4); }
td.TdClassName
{
border-color: #572B04;
}
.TagClassName
{
border-color: #572B04;
}
</style>