Shades of Baker's Chocolate #571E03
Tints of Baker's Chocolate #571E03
RGB
CMYK
RGB Variations
Color information
#571E03 (or 0x571E03) is known color: Baker's Chocolate. HEX triplet: 57, 1E and 03. RGB value is (87,30,3). Sum of RGB (Red+Green+Blue) = 87+30+3=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #571E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E03 is #A8E1FC. Grayscale: #2C2C2C. Windows color (decimal): -11067901 or 204375. OLE color: 204375.
HSL color Cylindrical-coordinate representation of color #571E03: hue angle of 19.29º 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 #571E03 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 30 | 3 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.66 |
| HSL | 19.29º | 0.93% | 0.18% | - |
| HSV(B) | 19.29º | 0.97% | 0.34% | - |
| XYZ | 4.41 | 2.96 | 0.43 | - |
| YUV | 43.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 3 | 0 | 0.66 | 0.97 | 0.66 | 19.29 | 0.93 | 0.18 |
| Hex | 57 | 1E | 3 | 0 | 42 | 61 | 42 | 13 | 5D | 12 |
| Octal | 127 | 36 | 3 | 0 | 102 | 141 | 102 | 23 | 135 | 22 |
| Binary | 1010111 | 11110 | 11 | 0 | 1000010 | 1100001 | 1000010 | 10011 | 1011101 | 10010 |
Color Harmonies of #571E03
Complementary color
Monochromatic Colors of #571E03
Black with #571E03
Text Example
Text Example
White with #571E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E03; }
p { color: rgb(87,30,3); }
H1.HeaderClassName
{
color: #571E03;
}
.AnyTagClassName
{
color: #571E03;
}
</style>
background-color css
<style>
a { background-color: #571E03; }
a { background-color: rgb(87,30,3); }
div.DivClassName
{
background-color: #571E03;
}
.BgClassName
{
background-color: #571E03;
}
</style>
border-color css
<style>
span { border-color: #571E03; }
span { border-color: rgb(87,30,3); }
td.TdClassName
{
border-color: #571E03;
}
.TagClassName
{
border-color: #571E03;
}
</style>