Shades of Baker's Chocolate #573F07
Tints of Baker's Chocolate #573F07
RGB
CMYK
RGB Variations
Color information
#573F07 (or 0x573F07) is known color: Baker's Chocolate. HEX triplet: 57, 3F and 07. RGB value is (87,63,7). Sum of RGB (Red+Green+Blue) = 87+63+7=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #573F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573F07 is #A8C0F8. Grayscale: #404040. Windows color (decimal): -11059449 or 474967. OLE color: 474967.
HSL color Cylindrical-coordinate representation of color #573F07: hue angle of 42º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #573F07 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 7 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.66 |
| HSL | 42º | 0.85% | 0.18% | - |
| HSV(B) | 42º | 0.92% | 0.34% | - |
| XYZ | 5.75 | 5.6 | 0.98 | - |
| YUV | 63.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 7 | 0 | 0.28 | 0.92 | 0.66 | 42 | 0.85 | 0.18 |
| Hex | 57 | 3F | 7 | 0 | 1C | 5C | 42 | 2A | 55 | 12 |
| Octal | 127 | 77 | 7 | 0 | 34 | 134 | 102 | 52 | 125 | 22 |
| Binary | 1010111 | 111111 | 111 | 0 | 11100 | 1011100 | 1000010 | 101010 | 1010101 | 10010 |
Color Harmonies of #573F07
Complementary color
Monochromatic Colors of #573F07
Black with #573F07
Text Example
Text Example
White with #573F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F07; }
p { color: rgb(87,63,7); }
H1.HeaderClassName
{
color: #573F07;
}
.AnyTagClassName
{
color: #573F07;
}
</style>
background-color css
<style>
a { background-color: #573F07; }
a { background-color: rgb(87,63,7); }
div.DivClassName
{
background-color: #573F07;
}
.BgClassName
{
background-color: #573F07;
}
</style>
border-color css
<style>
span { border-color: #573F07; }
span { border-color: rgb(87,63,7); }
td.TdClassName
{
border-color: #573F07;
}
.TagClassName
{
border-color: #573F07;
}
</style>