Shades of Cioccolato #563A2D
Tints of Cioccolato #563A2D
RGB
CMYK
RGB Variations
Color information
#563A2D (or 0x563A2D) is known color: Cioccolato. HEX triplet: 56, 3A and 2D. RGB value is (86,58,45). Sum of RGB (Red+Green+Blue) = 86+58+45=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #563A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A2D is #A9C5D2. Grayscale: #404040. Windows color (decimal): -11126227 or 2964054. OLE color: 2964054.
HSL color Cylindrical-coordinate representation of color #563A2D: hue angle of 19.02º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #563A2D is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 58 | 45 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.66 |
| HSL | 19.02º | 0.31% | 0.26% | - |
| HSV(B) | 19.02º | 0.48% | 0.34% | - |
| XYZ | 5.82 | 5.19 | 3.18 | - |
| YUV | 64.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 45 | 0 | 0.33 | 0.48 | 0.66 | 19.02 | 0.31 | 0.26 |
| Hex | 56 | 3A | 2D | 0 | 21 | 30 | 42 | 13 | 1F | 1A |
| Octal | 126 | 72 | 55 | 0 | 41 | 60 | 102 | 23 | 37 | 32 |
| Binary | 1010110 | 111010 | 101101 | 0 | 100001 | 110000 | 1000010 | 10011 | 11111 | 11010 |
Color Harmonies of #563A2D
Complementary color
Monochromatic Colors of #563A2D
Black with #563A2D
Text Example
Text Example
White with #563A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A2D; }
p { color: rgb(86,58,45); }
H1.HeaderClassName
{
color: #563A2D;
}
.AnyTagClassName
{
color: #563A2D;
}
</style>
background-color css
<style>
a { background-color: #563A2D; }
a { background-color: rgb(86,58,45); }
div.DivClassName
{
background-color: #563A2D;
}
.BgClassName
{
background-color: #563A2D;
}
</style>
border-color css
<style>
span { border-color: #563A2D; }
span { border-color: rgb(86,58,45); }
td.TdClassName
{
border-color: #563A2D;
}
.TagClassName
{
border-color: #563A2D;
}
</style>