Shades of Baker's Chocolate #573C00
Tints of Baker's Chocolate #573C00
RGB
CMYK
RGB Variations
Color information
#573C00 (or 0x573C00) is known color: Baker's Chocolate. HEX triplet: 57, 3C and 00. RGB value is (87,60,0). Sum of RGB (Red+Green+Blue) = 87+60+0=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #573C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573C00 is #A8C3FF. Grayscale: #3D3D3D. Windows color (decimal): -11060224 or 15447. OLE color: 15447.
HSL color Cylindrical-coordinate representation of color #573C00: hue angle of 41.38º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #573C00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 60 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.66 |
| HSL | 41.38º | 1% | 0.17% | - |
| HSV(B) | 41.38º | 1% | 0.34% | - |
| XYZ | 5.55 | 5.26 | 0.72 | - |
| YUV | 61.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 0 | 0 | 0.31 | 1 | 0.66 | 41.38 | 1 | 0.17 |
| Hex | 57 | 3C | 0 | 0 | 1F | 64 | 42 | 29 | 64 | 11 |
| Octal | 127 | 74 | 0 | 0 | 37 | 144 | 102 | 51 | 144 | 21 |
| Binary | 1010111 | 111100 | 0 | 0 | 11111 | 1100100 | 1000010 | 101001 | 1100100 | 10001 |
Color Harmonies of #573C00
Complementary color
Monochromatic Colors of #573C00
Black with #573C00
Text Example
Text Example
White with #573C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573C00; }
p { color: rgb(87,60,0); }
H1.HeaderClassName
{
color: #573C00;
}
.AnyTagClassName
{
color: #573C00;
}
</style>
background-color css
<style>
a { background-color: #573C00; }
a { background-color: rgb(87,60,0); }
div.DivClassName
{
background-color: #573C00;
}
.BgClassName
{
background-color: #573C00;
}
</style>
border-color css
<style>
span { border-color: #573C00; }
span { border-color: rgb(87,60,0); }
td.TdClassName
{
border-color: #573C00;
}
.TagClassName
{
border-color: #573C00;
}
</style>