Shades of Baker's Chocolate #573B0D
Tints of Baker's Chocolate #573B0D
RGB
CMYK
RGB Variations
Color information
#573B0D (or 0x573B0D) is known color: Baker's Chocolate. HEX triplet: 57, 3B and 0D. RGB value is (87,59,13). Sum of RGB (Red+Green+Blue) = 87+59+13=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #573B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573B0D is #A8C4F2. Grayscale: #3E3E3E. Windows color (decimal): -11060467 or 867159. OLE color: 867159.
HSL color Cylindrical-coordinate representation of color #573B0D: hue angle of 37.3º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #573B0D is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 59 | 13 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.66 |
| HSL | 37.3º | 0.74% | 0.2% | - |
| HSV(B) | 37.3º | 0.85% | 0.34% | - |
| XYZ | 5.57 | 5.18 | 1.09 | - |
| YUV | 62.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 13 | 0 | 0.32 | 0.85 | 0.66 | 37.3 | 0.74 | 0.2 |
| Hex | 57 | 3B | D | 0 | 20 | 55 | 42 | 25 | 4A | 14 |
| Octal | 127 | 73 | 15 | 0 | 40 | 125 | 102 | 45 | 112 | 24 |
| Binary | 1010111 | 111011 | 1101 | 0 | 100000 | 1010101 | 1000010 | 100101 | 1001010 | 10100 |
Color Harmonies of #573B0D
Complementary color
Monochromatic Colors of #573B0D
Black with #573B0D
Text Example
Text Example
White with #573B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573B0D; }
p { color: rgb(87,59,13); }
H1.HeaderClassName
{
color: #573B0D;
}
.AnyTagClassName
{
color: #573B0D;
}
</style>
background-color css
<style>
a { background-color: #573B0D; }
a { background-color: rgb(87,59,13); }
div.DivClassName
{
background-color: #573B0D;
}
.BgClassName
{
background-color: #573B0D;
}
</style>
border-color css
<style>
span { border-color: #573B0D; }
span { border-color: rgb(87,59,13); }
td.TdClassName
{
border-color: #573B0D;
}
.TagClassName
{
border-color: #573B0D;
}
</style>