Shades of Cioccolato #58362A
Tints of Cioccolato #58362A
RGB
CMYK
RGB Variations
Color information
#58362A (or 0x58362A) is known color: Cioccolato. HEX triplet: 58, 36 and 2A. RGB value is (88,54,42). Sum of RGB (Red+Green+Blue) = 88+54+42=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58362A is #A7C9D5. Grayscale: #3E3E3E. Windows color (decimal): -10996182 or 2766424. OLE color: 2766424.
HSL color Cylindrical-coordinate representation of color #58362A: hue angle of 15.65º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58362A is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 54 | 42 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.65 |
| HSL | 15.65º | 0.35% | 0.25% | - |
| HSV(B) | 15.65º | 0.52% | 0.35% | - |
| XYZ | 5.76 | 4.88 | 2.83 | - |
| YUV | 62.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 54 | 42 | 0 | 0.39 | 0.52 | 0.65 | 15.65 | 0.35 | 0.25 |
| Hex | 58 | 36 | 2A | 0 | 27 | 34 | 41 | 10 | 23 | 19 |
| Octal | 130 | 66 | 52 | 0 | 47 | 64 | 101 | 20 | 43 | 31 |
| Binary | 1011000 | 110110 | 101010 | 0 | 100111 | 110100 | 1000001 | 10000 | 100011 | 11001 |
Color Harmonies of #58362A
Complementary color
Monochromatic Colors of #58362A
Black with #58362A
Text Example
Text Example
White with #58362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58362A; }
p { color: rgb(88,54,42); }
H1.HeaderClassName
{
color: #58362A;
}
.AnyTagClassName
{
color: #58362A;
}
</style>
background-color css
<style>
a { background-color: #58362A; }
a { background-color: rgb(88,54,42); }
div.DivClassName
{
background-color: #58362A;
}
.BgClassName
{
background-color: #58362A;
}
</style>
border-color css
<style>
span { border-color: #58362A; }
span { border-color: rgb(88,54,42); }
td.TdClassName
{
border-color: #58362A;
}
.TagClassName
{
border-color: #58362A;
}
</style>