Shades of Baker's Chocolate #56260D
Tints of Baker's Chocolate #56260D
RGB
CMYK
RGB Variations
Color information
#56260D (or 0x56260D) is known color: Baker's Chocolate. HEX triplet: 56, 26 and 0D. RGB value is (86,38,13). Sum of RGB (Red+Green+Blue) = 86+38+13=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #56260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56260D is #A9D9F2. Grayscale: #313131. Windows color (decimal): -11131379 or 861782. OLE color: 861782.
HSL color Cylindrical-coordinate representation of color #56260D: hue angle of 20.55º 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 #56260D is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 38 | 13 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.66 |
| HSL | 20.55º | 0.74% | 0.19% | - |
| HSV(B) | 20.55º | 0.85% | 0.34% | - |
| XYZ | 4.6 | 3.39 | 0.79 | - |
| YUV | 49.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 13 | 0 | 0.56 | 0.85 | 0.66 | 20.55 | 0.74 | 0.19 |
| Hex | 56 | 26 | D | 0 | 38 | 55 | 42 | 15 | 4A | 13 |
| Octal | 126 | 46 | 15 | 0 | 70 | 125 | 102 | 25 | 112 | 23 |
| Binary | 1010110 | 100110 | 1101 | 0 | 111000 | 1010101 | 1000010 | 10101 | 1001010 | 10011 |
Color Harmonies of #56260D
Complementary color
Monochromatic Colors of #56260D
Black with #56260D
Text Example
Text Example
White with #56260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56260D; }
p { color: rgb(86,38,13); }
H1.HeaderClassName
{
color: #56260D;
}
.AnyTagClassName
{
color: #56260D;
}
</style>
background-color css
<style>
a { background-color: #56260D; }
a { background-color: rgb(86,38,13); }
div.DivClassName
{
background-color: #56260D;
}
.BgClassName
{
background-color: #56260D;
}
</style>
border-color css
<style>
span { border-color: #56260D; }
span { border-color: rgb(86,38,13); }
td.TdClassName
{
border-color: #56260D;
}
.TagClassName
{
border-color: #56260D;
}
</style>