Shades of Baker's Chocolate #563C12
Tints of Baker's Chocolate #563C12
RGB
CMYK
RGB Variations
Color information
#563C12 (or 0x563C12) is known color: Baker's Chocolate. HEX triplet: 56, 3C and 12. RGB value is (86,60,18). Sum of RGB (Red+Green+Blue) = 86+60+18=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #563C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C12 is #A9C3ED. Grayscale: #3F3F3F. Windows color (decimal): -11125742 or 1195094. OLE color: 1195094.
HSL color Cylindrical-coordinate representation of color #563C12: hue angle of 37.06º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #563C12 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 18 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.66 |
| HSL | 37.06º | 0.65% | 0.2% | - |
| HSV(B) | 37.06º | 0.79% | 0.34% | - |
| XYZ | 5.56 | 5.25 | 1.29 | - |
| YUV | 62.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 18 | 0 | 0.30 | 0.79 | 0.66 | 37.06 | 0.65 | 0.2 |
| Hex | 56 | 3C | 12 | 0 | 1E | 4F | 42 | 25 | 41 | 14 |
| Octal | 126 | 74 | 22 | 0 | 36 | 117 | 102 | 45 | 101 | 24 |
| Binary | 1010110 | 111100 | 10010 | 0 | 11110 | 1001111 | 1000010 | 100101 | 1000001 | 10100 |
Color Harmonies of #563C12
Complementary color
Monochromatic Colors of #563C12
Black with #563C12
Text Example
Text Example
White with #563C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C12; }
p { color: rgb(86,60,18); }
H1.HeaderClassName
{
color: #563C12;
}
.AnyTagClassName
{
color: #563C12;
}
</style>
background-color css
<style>
a { background-color: #563C12; }
a { background-color: rgb(86,60,18); }
div.DivClassName
{
background-color: #563C12;
}
.BgClassName
{
background-color: #563C12;
}
</style>
border-color css
<style>
span { border-color: #563C12; }
span { border-color: rgb(86,60,18); }
td.TdClassName
{
border-color: #563C12;
}
.TagClassName
{
border-color: #563C12;
}
</style>