Shades of Baker's Chocolate #563C02
Tints of Baker's Chocolate #563C02
RGB
CMYK
RGB Variations
Color information
#563C02 (or 0x563C02) is known color: Baker's Chocolate. HEX triplet: 56, 3C and 02. RGB value is (86,60,2). Sum of RGB (Red+Green+Blue) = 86+60+2=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #563C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C02 is #A9C3FD. Grayscale: #3D3D3D. Windows color (decimal): -11125758 or 146518. OLE color: 146518.
HSL color Cylindrical-coordinate representation of color #563C02: hue angle of 41.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #563C02 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 2 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.66 |
| HSL | 41.43º | 0.95% | 0.17% | - |
| HSV(B) | 41.43º | 0.98% | 0.34% | - |
| XYZ | 5.46 | 5.21 | 0.78 | - |
| YUV | 61.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 2 | 0 | 0.30 | 0.98 | 0.66 | 41.43 | 0.95 | 0.17 |
| Hex | 56 | 3C | 2 | 0 | 1E | 62 | 42 | 29 | 5F | 11 |
| Octal | 126 | 74 | 2 | 0 | 36 | 142 | 102 | 51 | 137 | 21 |
| Binary | 1010110 | 111100 | 10 | 0 | 11110 | 1100010 | 1000010 | 101001 | 1011111 | 10001 |
Color Harmonies of #563C02
Complementary color
Monochromatic Colors of #563C02
Black with #563C02
Text Example
Text Example
White with #563C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C02; }
p { color: rgb(86,60,2); }
H1.HeaderClassName
{
color: #563C02;
}
.AnyTagClassName
{
color: #563C02;
}
</style>
background-color css
<style>
a { background-color: #563C02; }
a { background-color: rgb(86,60,2); }
div.DivClassName
{
background-color: #563C02;
}
.BgClassName
{
background-color: #563C02;
}
</style>
border-color css
<style>
span { border-color: #563C02; }
span { border-color: rgb(86,60,2); }
td.TdClassName
{
border-color: #563C02;
}
.TagClassName
{
border-color: #563C02;
}
</style>