Shades of Baker's Chocolate #572501
Tints of Baker's Chocolate #572501
RGB
CMYK
RGB Variations
Color information
#572501 (or 0x572501) is known color: Baker's Chocolate. HEX triplet: 57, 25 and 01. RGB value is (87,37,1). Sum of RGB (Red+Green+Blue) = 87+37+1=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #572501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572501 is #A8DAFE. Grayscale: #303030. Windows color (decimal): -11066111 or 75095. OLE color: 75095.
HSL color Cylindrical-coordinate representation of color #572501: hue angle of 25.12º 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 #572501 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 37 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.66 |
| HSL | 25.12º | 0.98% | 0.17% | - |
| HSV(B) | 25.12º | 0.99% | 0.34% | - |
| XYZ | 4.6 | 3.35 | 0.43 | - |
| YUV | 47.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 37 | 1 | 0 | 0.57 | 0.99 | 0.66 | 25.12 | 0.98 | 0.17 |
| Hex | 57 | 25 | 1 | 0 | 39 | 63 | 42 | 19 | 62 | 11 |
| Octal | 127 | 45 | 1 | 0 | 71 | 143 | 102 | 31 | 142 | 21 |
| Binary | 1010111 | 100101 | 1 | 0 | 111001 | 1100011 | 1000010 | 11001 | 1100010 | 10001 |
Color Harmonies of #572501
Complementary color
Monochromatic Colors of #572501
Black with #572501
Text Example
Text Example
White with #572501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572501; }
p { color: rgb(87,37,1); }
H1.HeaderClassName
{
color: #572501;
}
.AnyTagClassName
{
color: #572501;
}
</style>
background-color css
<style>
a { background-color: #572501; }
a { background-color: rgb(87,37,1); }
div.DivClassName
{
background-color: #572501;
}
.BgClassName
{
background-color: #572501;
}
</style>
border-color css
<style>
span { border-color: #572501; }
span { border-color: rgb(87,37,1); }
td.TdClassName
{
border-color: #572501;
}
.TagClassName
{
border-color: #572501;
}
</style>