Shades of Baker's Chocolate #573A11
Tints of Baker's Chocolate #573A11
RGB
CMYK
RGB Variations
Color information
#573A11 (or 0x573A11) is known color: Baker's Chocolate. HEX triplet: 57, 3A and 11. RGB value is (87,58,17). Sum of RGB (Red+Green+Blue) = 87+58+17=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #573A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A11 is #A8C5EE. Grayscale: #3E3E3E. Windows color (decimal): -11060719 or 1129047. OLE color: 1129047.
HSL color Cylindrical-coordinate representation of color #573A11: hue angle of 35.14º 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 #573A11 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 58 | 17 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.66 |
| HSL | 35.14º | 0.67% | 0.2% | - |
| HSV(B) | 35.14º | 0.8% | 0.34% | - |
| XYZ | 5.54 | 5.09 | 1.22 | - |
| YUV | 62 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 17 | 0 | 0.33 | 0.80 | 0.66 | 35.14 | 0.67 | 0.2 |
| Hex | 57 | 3A | 11 | 0 | 21 | 50 | 42 | 23 | 43 | 14 |
| Octal | 127 | 72 | 21 | 0 | 41 | 120 | 102 | 43 | 103 | 24 |
| Binary | 1010111 | 111010 | 10001 | 0 | 100001 | 1010000 | 1000010 | 100011 | 1000011 | 10100 |
Color Harmonies of #573A11
Complementary color
Monochromatic Colors of #573A11
Black with #573A11
Text Example
Text Example
White with #573A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A11; }
p { color: rgb(87,58,17); }
H1.HeaderClassName
{
color: #573A11;
}
.AnyTagClassName
{
color: #573A11;
}
</style>
background-color css
<style>
a { background-color: #573A11; }
a { background-color: rgb(87,58,17); }
div.DivClassName
{
background-color: #573A11;
}
.BgClassName
{
background-color: #573A11;
}
</style>
border-color css
<style>
span { border-color: #573A11; }
span { border-color: rgb(87,58,17); }
td.TdClassName
{
border-color: #573A11;
}
.TagClassName
{
border-color: #573A11;
}
</style>