Shades of Baker's Chocolate #573B11
Tints of Baker's Chocolate #573B11
RGB
CMYK
RGB Variations
Color information
#573B11 (or 0x573B11) is known color: Baker's Chocolate. HEX triplet: 57, 3B and 11. RGB value is (87,59,17). Sum of RGB (Red+Green+Blue) = 87+59+17=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #573B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573B11 is #A8C4EE. Grayscale: #3E3E3E. Windows color (decimal): -11060463 or 1129303. OLE color: 1129303.
HSL color Cylindrical-coordinate representation of color #573B11: hue angle of 36º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #573B11 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 59 | 17 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.66 |
| HSL | 36º | 0.67% | 0.2% | - |
| HSV(B) | 36º | 0.8% | 0.34% | - |
| XYZ | 5.6 | 5.19 | 1.24 | - |
| YUV | 62.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 17 | 0 | 0.32 | 0.80 | 0.66 | 36 | 0.67 | 0.2 |
| Hex | 57 | 3B | 11 | 0 | 20 | 50 | 42 | 24 | 43 | 14 |
| Octal | 127 | 73 | 21 | 0 | 40 | 120 | 102 | 44 | 103 | 24 |
| Binary | 1010111 | 111011 | 10001 | 0 | 100000 | 1010000 | 1000010 | 100100 | 1000011 | 10100 |
Color Harmonies of #573B11
Complementary color
Monochromatic Colors of #573B11
Black with #573B11
Text Example
Text Example
White with #573B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573B11; }
p { color: rgb(87,59,17); }
H1.HeaderClassName
{
color: #573B11;
}
.AnyTagClassName
{
color: #573B11;
}
</style>
background-color css
<style>
a { background-color: #573B11; }
a { background-color: rgb(87,59,17); }
div.DivClassName
{
background-color: #573B11;
}
.BgClassName
{
background-color: #573B11;
}
</style>
border-color css
<style>
span { border-color: #573B11; }
span { border-color: rgb(87,59,17); }
td.TdClassName
{
border-color: #573B11;
}
.TagClassName
{
border-color: #573B11;
}
</style>