Shades of Cioccolato #58382A
Tints of Cioccolato #58382A
RGB
CMYK
RGB Variations
Color information
#58382A (or 0x58382A) is known color: Cioccolato. HEX triplet: 58, 38 and 2A. RGB value is (88,56,42). Sum of RGB (Red+Green+Blue) = 88+56+42=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58382A is #A7C7D5. Grayscale: #404040. Windows color (decimal): -10995670 or 2766936. OLE color: 2766936.
HSL color Cylindrical-coordinate representation of color #58382A: hue angle of 18.26º 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 #58382A is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 56 | 42 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.65 |
| HSL | 18.26º | 0.35% | 0.25% | - |
| HSV(B) | 18.26º | 0.52% | 0.35% | - |
| XYZ | 5.86 | 5.07 | 2.86 | - |
| YUV | 63.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 56 | 42 | 0 | 0.36 | 0.52 | 0.65 | 18.26 | 0.35 | 0.25 |
| Hex | 58 | 38 | 2A | 0 | 24 | 34 | 41 | 12 | 23 | 19 |
| Octal | 130 | 70 | 52 | 0 | 44 | 64 | 101 | 22 | 43 | 31 |
| Binary | 1011000 | 111000 | 101010 | 0 | 100100 | 110100 | 1000001 | 10010 | 100011 | 11001 |
Color Harmonies of #58382A
Complementary color
Monochromatic Colors of #58382A
Black with #58382A
Text Example
Text Example
White with #58382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58382A; }
p { color: rgb(88,56,42); }
H1.HeaderClassName
{
color: #58382A;
}
.AnyTagClassName
{
color: #58382A;
}
</style>
background-color css
<style>
a { background-color: #58382A; }
a { background-color: rgb(88,56,42); }
div.DivClassName
{
background-color: #58382A;
}
.BgClassName
{
background-color: #58382A;
}
</style>
border-color css
<style>
span { border-color: #58382A; }
span { border-color: rgb(88,56,42); }
td.TdClassName
{
border-color: #58382A;
}
.TagClassName
{
border-color: #58382A;
}
</style>