Shades of Cioccolato #563428
Tints of Cioccolato #563428
RGB
CMYK
RGB Variations
Color information
#563428 (or 0x563428) is known color: Cioccolato. HEX triplet: 56, 34 and 28. RGB value is (86,52,40). Sum of RGB (Red+Green+Blue) = 86+52+40=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #563428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563428 is #A9CBD7. Grayscale: #3C3C3C. Windows color (decimal): -11127768 or 2634838. OLE color: 2634838.
HSL color Cylindrical-coordinate representation of color #563428: hue angle of 15.65º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #563428 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 52 | 40 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.66 |
| HSL | 15.65º | 0.37% | 0.25% | - |
| HSV(B) | 15.65º | 0.53% | 0.34% | - |
| XYZ | 5.45 | 4.59 | 2.61 | - |
| YUV | 60.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 40 | 0 | 0.40 | 0.53 | 0.66 | 15.65 | 0.37 | 0.25 |
| Hex | 56 | 34 | 28 | 0 | 28 | 35 | 42 | 10 | 25 | 19 |
| Octal | 126 | 64 | 50 | 0 | 50 | 65 | 102 | 20 | 45 | 31 |
| Binary | 1010110 | 110100 | 101000 | 0 | 101000 | 110101 | 1000010 | 10000 | 100101 | 11001 |
Color Harmonies of #563428
Complementary color
Monochromatic Colors of #563428
Black with #563428
Text Example
Text Example
White with #563428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563428; }
p { color: rgb(86,52,40); }
H1.HeaderClassName
{
color: #563428;
}
.AnyTagClassName
{
color: #563428;
}
</style>
background-color css
<style>
a { background-color: #563428; }
a { background-color: rgb(86,52,40); }
div.DivClassName
{
background-color: #563428;
}
.BgClassName
{
background-color: #563428;
}
</style>
border-color css
<style>
span { border-color: #563428; }
span { border-color: rgb(86,52,40); }
td.TdClassName
{
border-color: #563428;
}
.TagClassName
{
border-color: #563428;
}
</style>