Shades of Baker's Chocolate #573D14
Tints of Baker's Chocolate #573D14
RGB
CMYK
RGB Variations
Color information
#573D14 (or 0x573D14) is known color: Baker's Chocolate. HEX triplet: 57, 3D and 14. RGB value is (87,61,20). Sum of RGB (Red+Green+Blue) = 87+61+20=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #573D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573D14 is #A8C2EB. Grayscale: #404040. Windows color (decimal): -11059948 or 1326423. OLE color: 1326423.
HSL color Cylindrical-coordinate representation of color #573D14: hue angle of 36.72º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #573D14 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 20 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.66 |
| HSL | 36.72º | 0.63% | 0.21% | - |
| HSV(B) | 36.72º | 0.77% | 0.34% | - |
| XYZ | 5.73 | 5.41 | 1.41 | - |
| YUV | 64.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 20 | 0 | 0.30 | 0.77 | 0.66 | 36.72 | 0.63 | 0.21 |
| Hex | 57 | 3D | 14 | 0 | 1E | 4D | 42 | 25 | 3F | 15 |
| Octal | 127 | 75 | 24 | 0 | 36 | 115 | 102 | 45 | 77 | 25 |
| Binary | 1010111 | 111101 | 10100 | 0 | 11110 | 1001101 | 1000010 | 100101 | 111111 | 10101 |
Color Harmonies of #573D14
Complementary color
Monochromatic Colors of #573D14
Black with #573D14
Text Example
Text Example
White with #573D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D14; }
p { color: rgb(87,61,20); }
H1.HeaderClassName
{
color: #573D14;
}
.AnyTagClassName
{
color: #573D14;
}
</style>
background-color css
<style>
a { background-color: #573D14; }
a { background-color: rgb(87,61,20); }
div.DivClassName
{
background-color: #573D14;
}
.BgClassName
{
background-color: #573D14;
}
</style>
border-color css
<style>
span { border-color: #573D14; }
span { border-color: rgb(87,61,20); }
td.TdClassName
{
border-color: #573D14;
}
.TagClassName
{
border-color: #573D14;
}
</style>