Shades of Cioccolato #59382B
Tints of Cioccolato #59382B
RGB
CMYK
RGB Variations
Color information
#59382B (or 0x59382B) is known color: Cioccolato. HEX triplet: 59, 38 and 2B. RGB value is (89,56,43). Sum of RGB (Red+Green+Blue) = 89+56+43=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59382B is #A6C7D4. Grayscale: #404040. Windows color (decimal): -10930133 or 2832473. OLE color: 2832473.
HSL color Cylindrical-coordinate representation of color #59382B: hue angle of 16.96º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59382B is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 56 | 43 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.65 |
| HSL | 16.96º | 0.35% | 0.26% | - |
| HSV(B) | 16.96º | 0.52% | 0.35% | - |
| XYZ | 5.97 | 5.13 | 2.96 | - |
| YUV | 64.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 43 | 0 | 0.37 | 0.52 | 0.65 | 16.96 | 0.35 | 0.26 |
| Hex | 59 | 38 | 2B | 0 | 25 | 34 | 41 | 11 | 23 | 1A |
| Octal | 131 | 70 | 53 | 0 | 45 | 64 | 101 | 21 | 43 | 32 |
| Binary | 1011001 | 111000 | 101011 | 0 | 100101 | 110100 | 1000001 | 10001 | 100011 | 11010 |
Color Harmonies of #59382B
Complementary color
Monochromatic Colors of #59382B
Black with #59382B
Text Example
Text Example
White with #59382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59382B; }
p { color: rgb(89,56,43); }
H1.HeaderClassName
{
color: #59382B;
}
.AnyTagClassName
{
color: #59382B;
}
</style>
background-color css
<style>
a { background-color: #59382B; }
a { background-color: rgb(89,56,43); }
div.DivClassName
{
background-color: #59382B;
}
.BgClassName
{
background-color: #59382B;
}
</style>
border-color css
<style>
span { border-color: #59382B; }
span { border-color: rgb(89,56,43); }
td.TdClassName
{
border-color: #59382B;
}
.TagClassName
{
border-color: #59382B;
}
</style>