Shades of Baker's Chocolate #573000
Tints of Baker's Chocolate #573000
RGB
CMYK
RGB Variations
Color information
#573000 (or 0x573000) is known color: Baker's Chocolate. HEX triplet: 57, 30 and 00. RGB value is (87,48,0). Sum of RGB (Red+Green+Blue) = 87+48+0=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #573000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573000 is #A8CFFF. Grayscale: #363636. Windows color (decimal): -11063296 or 12375. OLE color: 12375.
HSL color Cylindrical-coordinate representation of color #573000: hue angle of 33.1º 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 #573000 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 48 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.66 |
| HSL | 33.1º | 1% | 0.17% | - |
| HSV(B) | 33.1º | 1% | 0.34% | - |
| XYZ | 4.99 | 4.14 | 0.54 | - |
| YUV | 54.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 0 | 0 | 0.45 | 1 | 0.66 | 33.1 | 1 | 0.17 |
| Hex | 57 | 30 | 0 | 0 | 2D | 64 | 42 | 21 | 64 | 11 |
| Octal | 127 | 60 | 0 | 0 | 55 | 144 | 102 | 41 | 144 | 21 |
| Binary | 1010111 | 110000 | 0 | 0 | 101101 | 1100100 | 1000010 | 100001 | 1100100 | 10001 |
Color Harmonies of #573000
Complementary color
Monochromatic Colors of #573000
Black with #573000
Text Example
Text Example
White with #573000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573000; }
p { color: rgb(87,48,0); }
H1.HeaderClassName
{
color: #573000;
}
.AnyTagClassName
{
color: #573000;
}
</style>
background-color css
<style>
a { background-color: #573000; }
a { background-color: rgb(87,48,0); }
div.DivClassName
{
background-color: #573000;
}
.BgClassName
{
background-color: #573000;
}
</style>
border-color css
<style>
span { border-color: #573000; }
span { border-color: rgb(87,48,0); }
td.TdClassName
{
border-color: #573000;
}
.TagClassName
{
border-color: #573000;
}
</style>