Shades of Cioccolato #58392F
Tints of Cioccolato #58392F
RGB
CMYK
RGB Variations
Color information
#58392F (or 0x58392F) is known color: Cioccolato. HEX triplet: 58, 39 and 2F. RGB value is (88,57,47). Sum of RGB (Red+Green+Blue) = 88+57+47=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #58392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58392F is #A7C6D0. Grayscale: #414141. Windows color (decimal): -10995409 or 3094872. OLE color: 3094872.
HSL color Cylindrical-coordinate representation of color #58392F: hue angle of 14.63º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58392F is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 57 | 47 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.65 |
| HSL | 14.63º | 0.3% | 0.26% | - |
| HSV(B) | 14.63º | 0.47% | 0.35% | - |
| XYZ | 6 | 5.21 | 3.38 | - |
| YUV | 65.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 57 | 47 | 0 | 0.35 | 0.47 | 0.65 | 14.63 | 0.3 | 0.26 |
| Hex | 58 | 39 | 2F | 0 | 23 | 2F | 41 | F | 1E | 1A |
| Octal | 130 | 71 | 57 | 0 | 43 | 57 | 101 | 17 | 36 | 32 |
| Binary | 1011000 | 111001 | 101111 | 0 | 100011 | 101111 | 1000001 | 1111 | 11110 | 11010 |
Color Harmonies of #58392F
Complementary color
Monochromatic Colors of #58392F
Black with #58392F
Text Example
Text Example
White with #58392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58392F; }
p { color: rgb(88,57,47); }
H1.HeaderClassName
{
color: #58392F;
}
.AnyTagClassName
{
color: #58392F;
}
</style>
background-color css
<style>
a { background-color: #58392F; }
a { background-color: rgb(88,57,47); }
div.DivClassName
{
background-color: #58392F;
}
.BgClassName
{
background-color: #58392F;
}
</style>
border-color css
<style>
span { border-color: #58392F; }
span { border-color: rgb(88,57,47); }
td.TdClassName
{
border-color: #58392F;
}
.TagClassName
{
border-color: #58392F;
}
</style>