Shades of Baker's Chocolate #562407
Tints of Baker's Chocolate #562407
RGB
CMYK
RGB Variations
Color information
#562407 (or 0x562407) is known color: Baker's Chocolate. HEX triplet: 56, 24 and 07. RGB value is (86,36,7). Sum of RGB (Red+Green+Blue) = 86+36+7=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #562407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562407 is #A9DBF8. Grayscale: #2F2F2F. Windows color (decimal): -11131897 or 468054. OLE color: 468054.
HSL color Cylindrical-coordinate representation of color #562407: hue angle of 22.03º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #562407 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 36 | 7 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.66 |
| HSL | 22.03º | 0.85% | 0.18% | - |
| HSV(B) | 22.03º | 0.92% | 0.34% | - |
| XYZ | 4.51 | 3.26 | 0.59 | - |
| YUV | 47.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 36 | 7 | 0 | 0.58 | 0.92 | 0.66 | 22.03 | 0.85 | 0.18 |
| Hex | 56 | 24 | 7 | 0 | 3A | 5C | 42 | 16 | 55 | 12 |
| Octal | 126 | 44 | 7 | 0 | 72 | 134 | 102 | 26 | 125 | 22 |
| Binary | 1010110 | 100100 | 111 | 0 | 111010 | 1011100 | 1000010 | 10110 | 1010101 | 10010 |
Color Harmonies of #562407
Complementary color
Monochromatic Colors of #562407
Black with #562407
Text Example
Text Example
White with #562407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562407; }
p { color: rgb(86,36,7); }
H1.HeaderClassName
{
color: #562407;
}
.AnyTagClassName
{
color: #562407;
}
</style>
background-color css
<style>
a { background-color: #562407; }
a { background-color: rgb(86,36,7); }
div.DivClassName
{
background-color: #562407;
}
.BgClassName
{
background-color: #562407;
}
</style>
border-color css
<style>
span { border-color: #562407; }
span { border-color: rgb(86,36,7); }
td.TdClassName
{
border-color: #562407;
}
.TagClassName
{
border-color: #562407;
}
</style>