Shades of Baker's Chocolate #573D0B
Tints of Baker's Chocolate #573D0B
RGB
CMYK
RGB Variations
Color information
#573D0B (or 0x573D0B) is known color: Baker's Chocolate. HEX triplet: 57, 3D and 0B. RGB value is (87,61,11). Sum of RGB (Red+Green+Blue) = 87+61+11=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #573D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573D0B is #A8C2F4. Grayscale: #3F3F3F. Windows color (decimal): -11059957 or 736599. OLE color: 736599.
HSL color Cylindrical-coordinate representation of color #573D0B: hue angle of 39.47º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #573D0B is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 11 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.66 |
| HSL | 39.47º | 0.78% | 0.19% | - |
| HSV(B) | 39.47º | 0.87% | 0.34% | - |
| XYZ | 5.66 | 5.39 | 1.06 | - |
| YUV | 63.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 11 | 0 | 0.30 | 0.87 | 0.66 | 39.47 | 0.78 | 0.19 |
| Hex | 57 | 3D | B | 0 | 1E | 57 | 42 | 27 | 4E | 13 |
| Octal | 127 | 75 | 13 | 0 | 36 | 127 | 102 | 47 | 116 | 23 |
| Binary | 1010111 | 111101 | 1011 | 0 | 11110 | 1010111 | 1000010 | 100111 | 1001110 | 10011 |
Color Harmonies of #573D0B
Complementary color
Monochromatic Colors of #573D0B
Black with #573D0B
Text Example
Text Example
White with #573D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D0B; }
p { color: rgb(87,61,11); }
H1.HeaderClassName
{
color: #573D0B;
}
.AnyTagClassName
{
color: #573D0B;
}
</style>
background-color css
<style>
a { background-color: #573D0B; }
a { background-color: rgb(87,61,11); }
div.DivClassName
{
background-color: #573D0B;
}
.BgClassName
{
background-color: #573D0B;
}
</style>
border-color css
<style>
span { border-color: #573D0B; }
span { border-color: rgb(87,61,11); }
td.TdClassName
{
border-color: #573D0B;
}
.TagClassName
{
border-color: #573D0B;
}
</style>