Shades of Cioccolato #563930
Tints of Cioccolato #563930
RGB
CMYK
RGB Variations
Color information
#563930 (or 0x563930) is known color: Cioccolato. HEX triplet: 56, 39 and 30. RGB value is (86,57,48). Sum of RGB (Red+Green+Blue) = 86+57+48=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #563930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563930 is #A9C6CF. Grayscale: #404040. Windows color (decimal): -11126480 or 3160406. OLE color: 3160406.
HSL color Cylindrical-coordinate representation of color #563930: hue angle of 14.21º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #563930 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 57 | 48 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.66 |
| HSL | 14.21º | 0.28% | 0.26% | - |
| HSV(B) | 14.21º | 0.44% | 0.34% | - |
| XYZ | 5.83 | 5.12 | 3.48 | - |
| YUV | 64.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 48 | 0 | 0.34 | 0.44 | 0.66 | 14.21 | 0.28 | 0.26 |
| Hex | 56 | 39 | 30 | 0 | 22 | 2C | 42 | E | 1C | 1A |
| Octal | 126 | 71 | 60 | 0 | 42 | 54 | 102 | 16 | 34 | 32 |
| Binary | 1010110 | 111001 | 110000 | 0 | 100010 | 101100 | 1000010 | 1110 | 11100 | 11010 |
Color Harmonies of #563930
Complementary color
Monochromatic Colors of #563930
Black with #563930
Text Example
Text Example
White with #563930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563930; }
p { color: rgb(86,57,48); }
H1.HeaderClassName
{
color: #563930;
}
.AnyTagClassName
{
color: #563930;
}
</style>
background-color css
<style>
a { background-color: #563930; }
a { background-color: rgb(86,57,48); }
div.DivClassName
{
background-color: #563930;
}
.BgClassName
{
background-color: #563930;
}
</style>
border-color css
<style>
span { border-color: #563930; }
span { border-color: rgb(86,57,48); }
td.TdClassName
{
border-color: #563930;
}
.TagClassName
{
border-color: #563930;
}
</style>