Shades of Cioccolato #563C33
Tints of Cioccolato #563C33
RGB
CMYK
RGB Variations
Color information
#563C33 (or 0x563C33) is known color: Cioccolato. HEX triplet: 56, 3C and 33. RGB value is (86,60,51). Sum of RGB (Red+Green+Blue) = 86+60+51=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #563C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C33 is #A9C3CC. Grayscale: #424242. Windows color (decimal): -11125709 or 3357782. OLE color: 3357782.
HSL color Cylindrical-coordinate representation of color #563C33: hue angle of 15.43º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #563C33 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 51 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.66 |
| HSL | 15.43º | 0.26% | 0.27% | - |
| HSV(B) | 15.43º | 0.41% | 0.34% | - |
| XYZ | 6.05 | 5.45 | 3.86 | - |
| YUV | 66.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 51 | 0 | 0.30 | 0.41 | 0.66 | 15.43 | 0.26 | 0.27 |
| Hex | 56 | 3C | 33 | 0 | 1E | 29 | 42 | F | 1A | 1B |
| Octal | 126 | 74 | 63 | 0 | 36 | 51 | 102 | 17 | 32 | 33 |
| Binary | 1010110 | 111100 | 110011 | 0 | 11110 | 101001 | 1000010 | 1111 | 11010 | 11011 |
Color Harmonies of #563C33
Complementary color
Monochromatic Colors of #563C33
Black with #563C33
Text Example
Text Example
White with #563C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C33; }
p { color: rgb(86,60,51); }
H1.HeaderClassName
{
color: #563C33;
}
.AnyTagClassName
{
color: #563C33;
}
</style>
background-color css
<style>
a { background-color: #563C33; }
a { background-color: rgb(86,60,51); }
div.DivClassName
{
background-color: #563C33;
}
.BgClassName
{
background-color: #563C33;
}
</style>
border-color css
<style>
span { border-color: #563C33; }
span { border-color: rgb(86,60,51); }
td.TdClassName
{
border-color: #563C33;
}
.TagClassName
{
border-color: #563C33;
}
</style>