Shades of Baker's Chocolate #572704
Tints of Baker's Chocolate #572704
RGB
CMYK
RGB Variations
Color information
#572704 (or 0x572704) is known color: Baker's Chocolate. HEX triplet: 57, 27 and 04. RGB value is (87,39,4). Sum of RGB (Red+Green+Blue) = 87+39+4=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #572704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572704 is #A8D8FB. Grayscale: #313131. Windows color (decimal): -11065596 or 272215. OLE color: 272215.
HSL color Cylindrical-coordinate representation of color #572704: hue angle of 25.3º 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 #572704 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 39 | 4 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.66 |
| HSL | 25.3º | 0.91% | 0.18% | - |
| HSV(B) | 25.3º | 0.95% | 0.34% | - |
| XYZ | 4.68 | 3.49 | 0.54 | - |
| YUV | 49.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 39 | 4 | 0 | 0.55 | 0.95 | 0.66 | 25.3 | 0.91 | 0.18 |
| Hex | 57 | 27 | 4 | 0 | 37 | 5F | 42 | 19 | 5B | 12 |
| Octal | 127 | 47 | 4 | 0 | 67 | 137 | 102 | 31 | 133 | 22 |
| Binary | 1010111 | 100111 | 100 | 0 | 110111 | 1011111 | 1000010 | 11001 | 1011011 | 10010 |
Color Harmonies of #572704
Complementary color
Monochromatic Colors of #572704
Black with #572704
Text Example
Text Example
White with #572704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572704; }
p { color: rgb(87,39,4); }
H1.HeaderClassName
{
color: #572704;
}
.AnyTagClassName
{
color: #572704;
}
</style>
background-color css
<style>
a { background-color: #572704; }
a { background-color: rgb(87,39,4); }
div.DivClassName
{
background-color: #572704;
}
.BgClassName
{
background-color: #572704;
}
</style>
border-color css
<style>
span { border-color: #572704; }
span { border-color: rgb(87,39,4); }
td.TdClassName
{
border-color: #572704;
}
.TagClassName
{
border-color: #572704;
}
</style>