Shades of Cioccolato #563B32
Tints of Cioccolato #563B32
RGB
CMYK
RGB Variations
Color information
#563B32 (or 0x563B32) is known color: Cioccolato. HEX triplet: 56, 3B and 32. RGB value is (86,59,50). Sum of RGB (Red+Green+Blue) = 86+59+50=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #563B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B32 is #A9C4CD. Grayscale: #424242. Windows color (decimal): -11125966 or 3291990. OLE color: 3291990.
HSL color Cylindrical-coordinate representation of color #563B32: hue angle of 15º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #563B32 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 59 | 50 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.66 |
| HSL | 15º | 0.26% | 0.27% | - |
| HSV(B) | 15º | 0.42% | 0.34% | - |
| XYZ | 5.98 | 5.34 | 3.73 | - |
| YUV | 66.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 59 | 50 | 0 | 0.31 | 0.42 | 0.66 | 15 | 0.26 | 0.27 |
| Hex | 56 | 3B | 32 | 0 | 1F | 2A | 42 | F | 1A | 1B |
| Octal | 126 | 73 | 62 | 0 | 37 | 52 | 102 | 17 | 32 | 33 |
| Binary | 1010110 | 111011 | 110010 | 0 | 11111 | 101010 | 1000010 | 1111 | 11010 | 11011 |
Color Harmonies of #563B32
Complementary color
Monochromatic Colors of #563B32
Black with #563B32
Text Example
Text Example
White with #563B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563B32; }
p { color: rgb(86,59,50); }
H1.HeaderClassName
{
color: #563B32;
}
.AnyTagClassName
{
color: #563B32;
}
</style>
background-color css
<style>
a { background-color: #563B32; }
a { background-color: rgb(86,59,50); }
div.DivClassName
{
background-color: #563B32;
}
.BgClassName
{
background-color: #563B32;
}
</style>
border-color css
<style>
span { border-color: #563B32; }
span { border-color: rgb(86,59,50); }
td.TdClassName
{
border-color: #563B32;
}
.TagClassName
{
border-color: #563B32;
}
</style>