Shades of Baker's Chocolate #573C1A
Tints of Baker's Chocolate #573C1A
RGB
CMYK
RGB Variations
Color information
#573C1A (or 0x573C1A) is known color: Baker's Chocolate. HEX triplet: 57, 3C and 1A. RGB value is (87,60,26). Sum of RGB (Red+Green+Blue) = 87+60+26=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #573C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573C1A is #A8C3E5. Grayscale: #404040. Windows color (decimal): -11060198 or 1719383. OLE color: 1719383.
HSL color Cylindrical-coordinate representation of color #573C1A: hue angle of 33.44º 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 #573C1A is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 60 | 26 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.66 |
| HSL | 33.44º | 0.54% | 0.22% | - |
| HSV(B) | 33.44º | 0.7% | 0.34% | - |
| XYZ | 5.73 | 5.33 | 1.7 | - |
| YUV | 64.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 26 | 0 | 0.31 | 0.70 | 0.66 | 33.44 | 0.54 | 0.22 |
| Hex | 57 | 3C | 1A | 0 | 1F | 46 | 42 | 21 | 36 | 16 |
| Octal | 127 | 74 | 32 | 0 | 37 | 106 | 102 | 41 | 66 | 26 |
| Binary | 1010111 | 111100 | 11010 | 0 | 11111 | 1000110 | 1000010 | 100001 | 110110 | 10110 |
Color Harmonies of #573C1A
Complementary color
Monochromatic Colors of #573C1A
Black with #573C1A
Text Example
Text Example
White with #573C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573C1A; }
p { color: rgb(87,60,26); }
H1.HeaderClassName
{
color: #573C1A;
}
.AnyTagClassName
{
color: #573C1A;
}
</style>
background-color css
<style>
a { background-color: #573C1A; }
a { background-color: rgb(87,60,26); }
div.DivClassName
{
background-color: #573C1A;
}
.BgClassName
{
background-color: #573C1A;
}
</style>
border-color css
<style>
span { border-color: #573C1A; }
span { border-color: rgb(87,60,26); }
td.TdClassName
{
border-color: #573C1A;
}
.TagClassName
{
border-color: #573C1A;
}
</style>