Shades of Baker's Chocolate #56300B
Tints of Baker's Chocolate #56300B
RGB
CMYK
RGB Variations
Color information
#56300B (or 0x56300B) is known color: Baker's Chocolate. HEX triplet: 56, 30 and 0B. RGB value is (86,48,11). Sum of RGB (Red+Green+Blue) = 86+48+11=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #56300B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56300B is #A9CFF4. Grayscale: #373737. Windows color (decimal): -11128821 or 733270. OLE color: 733270.
HSL color Cylindrical-coordinate representation of color #56300B: hue angle of 29.6º degrees, saturation: 0.77, 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 #56300B is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 48 | 11 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.66 |
| HSL | 29.6º | 0.77% | 0.19% | - |
| HSV(B) | 29.6º | 0.87% | 0.34% | - |
| XYZ | 4.96 | 4.12 | 0.85 | - |
| YUV | 55.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 11 | 0 | 0.44 | 0.87 | 0.66 | 29.6 | 0.77 | 0.19 |
| Hex | 56 | 30 | B | 0 | 2C | 57 | 42 | 1E | 4D | 13 |
| Octal | 126 | 60 | 13 | 0 | 54 | 127 | 102 | 36 | 115 | 23 |
| Binary | 1010110 | 110000 | 1011 | 0 | 101100 | 1010111 | 1000010 | 11110 | 1001101 | 10011 |
Color Harmonies of #56300B
Complementary color
Monochromatic Colors of #56300B
Black with #56300B
Text Example
Text Example
White with #56300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56300B; }
p { color: rgb(86,48,11); }
H1.HeaderClassName
{
color: #56300B;
}
.AnyTagClassName
{
color: #56300B;
}
</style>
background-color css
<style>
a { background-color: #56300B; }
a { background-color: rgb(86,48,11); }
div.DivClassName
{
background-color: #56300B;
}
.BgClassName
{
background-color: #56300B;
}
</style>
border-color css
<style>
span { border-color: #56300B; }
span { border-color: rgb(86,48,11); }
td.TdClassName
{
border-color: #56300B;
}
.TagClassName
{
border-color: #56300B;
}
</style>