Shades of Baker's Chocolate #56320D
Tints of Baker's Chocolate #56320D
RGB
CMYK
RGB Variations
Color information
#56320D (or 0x56320D) is known color: Baker's Chocolate. HEX triplet: 56, 32 and 0D. RGB value is (86,50,13). Sum of RGB (Red+Green+Blue) = 86+50+13=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56320D is #A9CDF2. Grayscale: #383838. Windows color (decimal): -11128307 or 864854. OLE color: 864854.
HSL color Cylindrical-coordinate representation of color #56320D: hue angle of 30.41º 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 #56320D is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 50 | 13 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.66 |
| HSL | 30.41º | 0.74% | 0.19% | - |
| HSV(B) | 30.41º | 0.85% | 0.34% | - |
| XYZ | 5.05 | 4.29 | 0.94 | - |
| YUV | 56.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 13 | 0 | 0.42 | 0.85 | 0.66 | 30.41 | 0.74 | 0.19 |
| Hex | 56 | 32 | D | 0 | 2A | 55 | 42 | 1E | 4A | 13 |
| Octal | 126 | 62 | 15 | 0 | 52 | 125 | 102 | 36 | 112 | 23 |
| Binary | 1010110 | 110010 | 1101 | 0 | 101010 | 1010101 | 1000010 | 11110 | 1001010 | 10011 |
Color Harmonies of #56320D
Complementary color
Monochromatic Colors of #56320D
Black with #56320D
Text Example
Text Example
White with #56320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56320D; }
p { color: rgb(86,50,13); }
H1.HeaderClassName
{
color: #56320D;
}
.AnyTagClassName
{
color: #56320D;
}
</style>
background-color css
<style>
a { background-color: #56320D; }
a { background-color: rgb(86,50,13); }
div.DivClassName
{
background-color: #56320D;
}
.BgClassName
{
background-color: #56320D;
}
</style>
border-color css
<style>
span { border-color: #56320D; }
span { border-color: rgb(86,50,13); }
td.TdClassName
{
border-color: #56320D;
}
.TagClassName
{
border-color: #56320D;
}
</style>