Shades of Baker's Chocolate #573C17
Tints of Baker's Chocolate #573C17
RGB
CMYK
RGB Variations
Color information
#573C17 (or 0x573C17) is known color: Baker's Chocolate. HEX triplet: 57, 3C and 17. RGB value is (87,60,23). Sum of RGB (Red+Green+Blue) = 87+60+23=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #573C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573C17 is #A8C3E8. Grayscale: #404040. Windows color (decimal): -11060201 or 1522775. OLE color: 1522775.
HSL color Cylindrical-coordinate representation of color #573C17: hue angle of 34.69º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #573C17 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 60 | 23 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.66 |
| HSL | 34.69º | 0.58% | 0.22% | - |
| HSV(B) | 34.69º | 0.74% | 0.34% | - |
| XYZ | 5.7 | 5.32 | 1.54 | - |
| YUV | 63.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 23 | 0 | 0.31 | 0.74 | 0.66 | 34.69 | 0.58 | 0.22 |
| Hex | 57 | 3C | 17 | 0 | 1F | 4A | 42 | 23 | 3A | 16 |
| Octal | 127 | 74 | 27 | 0 | 37 | 112 | 102 | 43 | 72 | 26 |
| Binary | 1010111 | 111100 | 10111 | 0 | 11111 | 1001010 | 1000010 | 100011 | 111010 | 10110 |
Color Harmonies of #573C17
Complementary color
Monochromatic Colors of #573C17
Black with #573C17
Text Example
Text Example
White with #573C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573C17; }
p { color: rgb(87,60,23); }
H1.HeaderClassName
{
color: #573C17;
}
.AnyTagClassName
{
color: #573C17;
}
</style>
background-color css
<style>
a { background-color: #573C17; }
a { background-color: rgb(87,60,23); }
div.DivClassName
{
background-color: #573C17;
}
.BgClassName
{
background-color: #573C17;
}
</style>
border-color css
<style>
span { border-color: #573C17; }
span { border-color: rgb(87,60,23); }
td.TdClassName
{
border-color: #573C17;
}
.TagClassName
{
border-color: #573C17;
}
</style>