Shades of Baker's Chocolate #573E03
Tints of Baker's Chocolate #573E03
RGB
CMYK
RGB Variations
Color information
#573E03 (or 0x573E03) is known color: Baker's Chocolate. HEX triplet: 57, 3E and 03. RGB value is (87,62,3). Sum of RGB (Red+Green+Blue) = 87+62+3=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #573E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573E03 is #A8C1FC. Grayscale: #3F3F3F. Windows color (decimal): -11059709 or 212567. OLE color: 212567.
HSL color Cylindrical-coordinate representation of color #573E03: hue angle of 42.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #573E03 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 62 | 3 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.66 |
| HSL | 42.14º | 0.93% | 0.18% | - |
| HSV(B) | 42.14º | 0.97% | 0.34% | - |
| XYZ | 5.67 | 5.48 | 0.84 | - |
| YUV | 62.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 62 | 3 | 0 | 0.29 | 0.97 | 0.66 | 42.14 | 0.93 | 0.18 |
| Hex | 57 | 3E | 3 | 0 | 1D | 61 | 42 | 2A | 5D | 12 |
| Octal | 127 | 76 | 3 | 0 | 35 | 141 | 102 | 52 | 135 | 22 |
| Binary | 1010111 | 111110 | 11 | 0 | 11101 | 1100001 | 1000010 | 101010 | 1011101 | 10010 |
Color Harmonies of #573E03
Complementary color
Monochromatic Colors of #573E03
Black with #573E03
Text Example
Text Example
White with #573E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573E03; }
p { color: rgb(87,62,3); }
H1.HeaderClassName
{
color: #573E03;
}
.AnyTagClassName
{
color: #573E03;
}
</style>
background-color css
<style>
a { background-color: #573E03; }
a { background-color: rgb(87,62,3); }
div.DivClassName
{
background-color: #573E03;
}
.BgClassName
{
background-color: #573E03;
}
</style>
border-color css
<style>
span { border-color: #573E03; }
span { border-color: rgb(87,62,3); }
td.TdClassName
{
border-color: #573E03;
}
.TagClassName
{
border-color: #573E03;
}
</style>