Shades of Baker's Chocolate #563C04
Tints of Baker's Chocolate #563C04
RGB
CMYK
RGB Variations
Color information
#563C04 (or 0x563C04) is known color: Baker's Chocolate. HEX triplet: 56, 3C and 04. RGB value is (86,60,4). Sum of RGB (Red+Green+Blue) = 86+60+4=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #563C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C04 is #A9C3FB. Grayscale: #3D3D3D. Windows color (decimal): -11125756 or 277590. OLE color: 277590.
HSL color Cylindrical-coordinate representation of color #563C04: hue angle of 40.98º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #563C04 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 4 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.66 |
| HSL | 40.98º | 0.91% | 0.18% | - |
| HSV(B) | 40.98º | 0.95% | 0.34% | - |
| XYZ | 5.48 | 5.22 | 0.83 | - |
| YUV | 61.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 4 | 0 | 0.30 | 0.95 | 0.66 | 40.98 | 0.91 | 0.18 |
| Hex | 56 | 3C | 4 | 0 | 1E | 5F | 42 | 29 | 5B | 12 |
| Octal | 126 | 74 | 4 | 0 | 36 | 137 | 102 | 51 | 133 | 22 |
| Binary | 1010110 | 111100 | 100 | 0 | 11110 | 1011111 | 1000010 | 101001 | 1011011 | 10010 |
Color Harmonies of #563C04
Complementary color
Monochromatic Colors of #563C04
Black with #563C04
Text Example
Text Example
White with #563C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C04; }
p { color: rgb(86,60,4); }
H1.HeaderClassName
{
color: #563C04;
}
.AnyTagClassName
{
color: #563C04;
}
</style>
background-color css
<style>
a { background-color: #563C04; }
a { background-color: rgb(86,60,4); }
div.DivClassName
{
background-color: #563C04;
}
.BgClassName
{
background-color: #563C04;
}
</style>
border-color css
<style>
span { border-color: #563C04; }
span { border-color: rgb(86,60,4); }
td.TdClassName
{
border-color: #563C04;
}
.TagClassName
{
border-color: #563C04;
}
</style>