Shades of Baker's Chocolate #572A06
Tints of Baker's Chocolate #572A06
RGB
CMYK
RGB Variations
Color information
#572A06 (or 0x572A06) is known color: Baker's Chocolate. HEX triplet: 57, 2A and 06. RGB value is (87,42,6). Sum of RGB (Red+Green+Blue) = 87+42+6=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #572A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A06 is #A8D5F9. Grayscale: #333333. Windows color (decimal): -11064826 or 404055. OLE color: 404055.
HSL color Cylindrical-coordinate representation of color #572A06: hue angle of 26.67º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #572A06 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 6 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.66 |
| HSL | 26.67º | 0.87% | 0.18% | - |
| HSV(B) | 26.67º | 0.93% | 0.34% | - |
| XYZ | 4.79 | 3.7 | 0.63 | - |
| YUV | 51.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 6 | 0 | 0.52 | 0.93 | 0.66 | 26.67 | 0.87 | 0.18 |
| Hex | 57 | 2A | 6 | 0 | 34 | 5D | 42 | 1B | 57 | 12 |
| Octal | 127 | 52 | 6 | 0 | 64 | 135 | 102 | 33 | 127 | 22 |
| Binary | 1010111 | 101010 | 110 | 0 | 110100 | 1011101 | 1000010 | 11011 | 1010111 | 10010 |
Color Harmonies of #572A06
Complementary color
Monochromatic Colors of #572A06
Black with #572A06
Text Example
Text Example
White with #572A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A06; }
p { color: rgb(87,42,6); }
H1.HeaderClassName
{
color: #572A06;
}
.AnyTagClassName
{
color: #572A06;
}
</style>
background-color css
<style>
a { background-color: #572A06; }
a { background-color: rgb(87,42,6); }
div.DivClassName
{
background-color: #572A06;
}
.BgClassName
{
background-color: #572A06;
}
</style>
border-color css
<style>
span { border-color: #572A06; }
span { border-color: rgb(87,42,6); }
td.TdClassName
{
border-color: #572A06;
}
.TagClassName
{
border-color: #572A06;
}
</style>