Shades of Baker's Chocolate #573A12
Tints of Baker's Chocolate #573A12
RGB
CMYK
RGB Variations
Color information
#573A12 (or 0x573A12) is known color: Baker's Chocolate. HEX triplet: 57, 3A and 12. RGB value is (87,58,18). Sum of RGB (Red+Green+Blue) = 87+58+18=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #573A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A12 is #A8C5ED. Grayscale: #3E3E3E. Windows color (decimal): -11060718 or 1194583. OLE color: 1194583.
HSL color Cylindrical-coordinate representation of color #573A12: hue angle of 34.78º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #573A12 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 58 | 18 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.66 |
| HSL | 34.78º | 0.66% | 0.21% | - |
| HSV(B) | 34.78º | 0.79% | 0.34% | - |
| XYZ | 5.55 | 5.1 | 1.26 | - |
| YUV | 62.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 18 | 0 | 0.33 | 0.79 | 0.66 | 34.78 | 0.66 | 0.21 |
| Hex | 57 | 3A | 12 | 0 | 21 | 4F | 42 | 23 | 42 | 15 |
| Octal | 127 | 72 | 22 | 0 | 41 | 117 | 102 | 43 | 102 | 25 |
| Binary | 1010111 | 111010 | 10010 | 0 | 100001 | 1001111 | 1000010 | 100011 | 1000010 | 10101 |
Color Harmonies of #573A12
Complementary color
Monochromatic Colors of #573A12
Black with #573A12
Text Example
Text Example
White with #573A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A12; }
p { color: rgb(87,58,18); }
H1.HeaderClassName
{
color: #573A12;
}
.AnyTagClassName
{
color: #573A12;
}
</style>
background-color css
<style>
a { background-color: #573A12; }
a { background-color: rgb(87,58,18); }
div.DivClassName
{
background-color: #573A12;
}
.BgClassName
{
background-color: #573A12;
}
</style>
border-color css
<style>
span { border-color: #573A12; }
span { border-color: rgb(87,58,18); }
td.TdClassName
{
border-color: #573A12;
}
.TagClassName
{
border-color: #573A12;
}
</style>