Shades of Cioccolato #5E3930
Tints of Cioccolato #5E3930
RGB
CMYK
RGB Variations
Color information
#5E3930 (or 0x5E3930) is known color: Cioccolato. HEX triplet: 5E, 39 and 30. RGB value is (94,57,48). Sum of RGB (Red+Green+Blue) = 94+57+48=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3930 is #A1C6CF. Grayscale: #434343. Windows color (decimal): -10602192 or 3160414. OLE color: 3160414.
HSL color Cylindrical-coordinate representation of color #5E3930: hue angle of 11.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E3930 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 57 | 48 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.63 |
| HSL | 11.74º | 0.32% | 0.28% | - |
| HSV(B) | 11.74º | 0.49% | 0.37% | - |
| XYZ | 6.61 | 5.52 | 3.51 | - |
| YUV | 67.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 48 | 0 | 0.39 | 0.49 | 0.63 | 11.74 | 0.32 | 0.28 |
| Hex | 5E | 39 | 30 | 0 | 27 | 31 | 3F | C | 20 | 1C |
| Octal | 136 | 71 | 60 | 0 | 47 | 61 | 77 | 14 | 40 | 34 |
| Binary | 1011110 | 111001 | 110000 | 0 | 100111 | 110001 | 111111 | 1100 | 100000 | 11100 |
Color Harmonies of #5E3930
Complementary color
Monochromatic Colors of #5E3930
Black with #5E3930
Text Example
Text Example
White with #5E3930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3930; }
p { color: rgb(94,57,48); }
H1.HeaderClassName
{
color: #5E3930;
}
.AnyTagClassName
{
color: #5E3930;
}
</style>
background-color css
<style>
a { background-color: #5E3930; }
a { background-color: rgb(94,57,48); }
div.DivClassName
{
background-color: #5E3930;
}
.BgClassName
{
background-color: #5E3930;
}
</style>
border-color css
<style>
span { border-color: #5E3930; }
span { border-color: rgb(94,57,48); }
td.TdClassName
{
border-color: #5E3930;
}
.TagClassName
{
border-color: #5E3930;
}
</style>