Shades of Baker's Chocolate #573F09
Tints of Baker's Chocolate #573F09
RGB
CMYK
RGB Variations
Color information
#573F09 (or 0x573F09) is known color: Baker's Chocolate. HEX triplet: 57, 3F and 09. RGB value is (87,63,9). Sum of RGB (Red+Green+Blue) = 87+63+9=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #573F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573F09 is #A8C0F6. Grayscale: #404040. Windows color (decimal): -11059447 or 606039. OLE color: 606039.
HSL color Cylindrical-coordinate representation of color #573F09: hue angle of 41.54º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #573F09 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 63 | 9 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.66 |
| HSL | 41.54º | 0.81% | 0.19% | - |
| HSV(B) | 41.54º | 0.9% | 0.34% | - |
| XYZ | 5.76 | 5.6 | 1.04 | - |
| YUV | 64.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 9 | 0 | 0.28 | 0.90 | 0.66 | 41.54 | 0.81 | 0.19 |
| Hex | 57 | 3F | 9 | 0 | 1C | 5A | 42 | 2A | 51 | 13 |
| Octal | 127 | 77 | 11 | 0 | 34 | 132 | 102 | 52 | 121 | 23 |
| Binary | 1010111 | 111111 | 1001 | 0 | 11100 | 1011010 | 1000010 | 101010 | 1010001 | 10011 |
Color Harmonies of #573F09
Complementary color
Monochromatic Colors of #573F09
Black with #573F09
Text Example
Text Example
White with #573F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F09; }
p { color: rgb(87,63,9); }
H1.HeaderClassName
{
color: #573F09;
}
.AnyTagClassName
{
color: #573F09;
}
</style>
background-color css
<style>
a { background-color: #573F09; }
a { background-color: rgb(87,63,9); }
div.DivClassName
{
background-color: #573F09;
}
.BgClassName
{
background-color: #573F09;
}
</style>
border-color css
<style>
span { border-color: #573F09; }
span { border-color: rgb(87,63,9); }
td.TdClassName
{
border-color: #573F09;
}
.TagClassName
{
border-color: #573F09;
}
</style>