Shades of Baker's Chocolate #56300D
Tints of Baker's Chocolate #56300D
RGB
CMYK
RGB Variations
Color information
#56300D (or 0x56300D) is known color: Baker's Chocolate. HEX triplet: 56, 30 and 0D. RGB value is (86,48,13). Sum of RGB (Red+Green+Blue) = 86+48+13=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #56300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56300D is #A9CFF2. Grayscale: #373737. Windows color (decimal): -11128819 or 864342. OLE color: 864342.
HSL color Cylindrical-coordinate representation of color #56300D: hue angle of 28.77º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56300D is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 48 | 13 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.66 |
| HSL | 28.77º | 0.74% | 0.19% | - |
| HSV(B) | 28.77º | 0.85% | 0.34% | - |
| XYZ | 4.97 | 4.12 | 0.91 | - |
| YUV | 55.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 13 | 0 | 0.44 | 0.85 | 0.66 | 28.77 | 0.74 | 0.19 |
| Hex | 56 | 30 | D | 0 | 2C | 55 | 42 | 1D | 4A | 13 |
| Octal | 126 | 60 | 15 | 0 | 54 | 125 | 102 | 35 | 112 | 23 |
| Binary | 1010110 | 110000 | 1101 | 0 | 101100 | 1010101 | 1000010 | 11101 | 1001010 | 10011 |
Color Harmonies of #56300D
Complementary color
Monochromatic Colors of #56300D
Black with #56300D
Text Example
Text Example
White with #56300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56300D; }
p { color: rgb(86,48,13); }
H1.HeaderClassName
{
color: #56300D;
}
.AnyTagClassName
{
color: #56300D;
}
</style>
background-color css
<style>
a { background-color: #56300D; }
a { background-color: rgb(86,48,13); }
div.DivClassName
{
background-color: #56300D;
}
.BgClassName
{
background-color: #56300D;
}
</style>
border-color css
<style>
span { border-color: #56300D; }
span { border-color: rgb(86,48,13); }
td.TdClassName
{
border-color: #56300D;
}
.TagClassName
{
border-color: #56300D;
}
</style>