Shades of Baker's Chocolate #573A1A
Tints of Baker's Chocolate #573A1A
RGB
CMYK
RGB Variations
Color information
#573A1A (or 0x573A1A) is known color: Baker's Chocolate. HEX triplet: 57, 3A and 1A. RGB value is (87,58,26). Sum of RGB (Red+Green+Blue) = 87+58+26=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #573A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573A1A is #A8C5E5. Grayscale: #3F3F3F. Windows color (decimal): -11060710 or 1718871. OLE color: 1718871.
HSL color Cylindrical-coordinate representation of color #573A1A: hue angle of 31.48º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #573A1A is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 58 | 26 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.66 |
| HSL | 31.48º | 0.54% | 0.22% | - |
| HSV(B) | 31.48º | 0.7% | 0.34% | - |
| XYZ | 5.63 | 5.13 | 1.67 | - |
| YUV | 63.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 26 | 0 | 0.33 | 0.70 | 0.66 | 31.48 | 0.54 | 0.22 |
| Hex | 57 | 3A | 1A | 0 | 21 | 46 | 42 | 1F | 36 | 16 |
| Octal | 127 | 72 | 32 | 0 | 41 | 106 | 102 | 37 | 66 | 26 |
| Binary | 1010111 | 111010 | 11010 | 0 | 100001 | 1000110 | 1000010 | 11111 | 110110 | 10110 |
Color Harmonies of #573A1A
Complementary color
Monochromatic Colors of #573A1A
Black with #573A1A
Text Example
Text Example
White with #573A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A1A; }
p { color: rgb(87,58,26); }
H1.HeaderClassName
{
color: #573A1A;
}
.AnyTagClassName
{
color: #573A1A;
}
</style>
background-color css
<style>
a { background-color: #573A1A; }
a { background-color: rgb(87,58,26); }
div.DivClassName
{
background-color: #573A1A;
}
.BgClassName
{
background-color: #573A1A;
}
</style>
border-color css
<style>
span { border-color: #573A1A; }
span { border-color: rgb(87,58,26); }
td.TdClassName
{
border-color: #573A1A;
}
.TagClassName
{
border-color: #573A1A;
}
</style>