Shades of Baker's Chocolate #573C13
Tints of Baker's Chocolate #573C13
RGB
CMYK
RGB Variations
Color information
#573C13 (or 0x573C13) is known color: Baker's Chocolate. HEX triplet: 57, 3C and 13. RGB value is (87,60,19). Sum of RGB (Red+Green+Blue) = 87+60+19=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #573C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573C13 is #A8C3EC. Grayscale: #3F3F3F. Windows color (decimal): -11060205 or 1260631. OLE color: 1260631.
HSL color Cylindrical-coordinate representation of color #573C13: hue angle of 36.18º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #573C13 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 60 | 19 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.66 |
| HSL | 36.18º | 0.64% | 0.21% | - |
| HSV(B) | 36.18º | 0.78% | 0.34% | - |
| XYZ | 5.66 | 5.3 | 1.34 | - |
| YUV | 63.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 19 | 0 | 0.31 | 0.78 | 0.66 | 36.18 | 0.64 | 0.21 |
| Hex | 57 | 3C | 13 | 0 | 1F | 4E | 42 | 24 | 40 | 15 |
| Octal | 127 | 74 | 23 | 0 | 37 | 116 | 102 | 44 | 100 | 25 |
| Binary | 1010111 | 111100 | 10011 | 0 | 11111 | 1001110 | 1000010 | 100100 | 1000000 | 10101 |
Color Harmonies of #573C13
Complementary color
Monochromatic Colors of #573C13
Black with #573C13
Text Example
Text Example
White with #573C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573C13; }
p { color: rgb(87,60,19); }
H1.HeaderClassName
{
color: #573C13;
}
.AnyTagClassName
{
color: #573C13;
}
</style>
background-color css
<style>
a { background-color: #573C13; }
a { background-color: rgb(87,60,19); }
div.DivClassName
{
background-color: #573C13;
}
.BgClassName
{
background-color: #573C13;
}
</style>
border-color css
<style>
span { border-color: #573C13; }
span { border-color: rgb(87,60,19); }
td.TdClassName
{
border-color: #573C13;
}
.TagClassName
{
border-color: #573C13;
}
</style>