Shades of Baker's Chocolate #572C15
Tints of Baker's Chocolate #572C15
RGB
CMYK
RGB Variations
Color information
#572C15 (or 0x572C15) is known color: Baker's Chocolate. HEX triplet: 57, 2C and 15. RGB value is (87,44,21). Sum of RGB (Red+Green+Blue) = 87+44+21=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #572C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572C15 is #A8D3EA. Grayscale: #363636. Windows color (decimal): -11064299 or 1387607. OLE color: 1387607.
HSL color Cylindrical-coordinate representation of color #572C15: hue angle of 20.91º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #572C15 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 44 | 21 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.66 |
| HSL | 20.91º | 0.61% | 0.21% | - |
| HSV(B) | 20.91º | 0.76% | 0.34% | - |
| XYZ | 4.97 | 3.88 | 1.2 | - |
| YUV | 54.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 21 | 0 | 0.49 | 0.76 | 0.66 | 20.91 | 0.61 | 0.21 |
| Hex | 57 | 2C | 15 | 0 | 31 | 4C | 42 | 15 | 3D | 15 |
| Octal | 127 | 54 | 25 | 0 | 61 | 114 | 102 | 25 | 75 | 25 |
| Binary | 1010111 | 101100 | 10101 | 0 | 110001 | 1001100 | 1000010 | 10101 | 111101 | 10101 |
Color Harmonies of #572C15
Complementary color
Monochromatic Colors of #572C15
Black with #572C15
Text Example
Text Example
White with #572C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572C15; }
p { color: rgb(87,44,21); }
H1.HeaderClassName
{
color: #572C15;
}
.AnyTagClassName
{
color: #572C15;
}
</style>
background-color css
<style>
a { background-color: #572C15; }
a { background-color: rgb(87,44,21); }
div.DivClassName
{
background-color: #572C15;
}
.BgClassName
{
background-color: #572C15;
}
</style>
border-color css
<style>
span { border-color: #572C15; }
span { border-color: rgb(87,44,21); }
td.TdClassName
{
border-color: #572C15;
}
.TagClassName
{
border-color: #572C15;
}
</style>