Shades of Cioccolato #5F3E37
Tints of Cioccolato #5F3E37
RGB
CMYK
RGB Variations
Color information
#5F3E37 (or 0x5F3E37) is known color: Cioccolato. HEX triplet: 5F, 3E and 37. RGB value is (95,62,55). Sum of RGB (Red+Green+Blue) = 95+62+55=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3E37 is #A0C1C8. Grayscale: #474747. Windows color (decimal): -10535369 or 3620447. OLE color: 3620447.
HSL color Cylindrical-coordinate representation of color #5F3E37: hue angle of 10.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F3E37 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 62 | 55 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.63 |
| HSL | 10.5º | 0.27% | 0.29% | - |
| HSV(B) | 10.5º | 0.42% | 0.37% | - |
| XYZ | 7.13 | 6.15 | 4.43 | - |
| YUV | 71.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 62 | 55 | 0 | 0.35 | 0.42 | 0.63 | 10.5 | 0.27 | 0.29 |
| Hex | 5F | 3E | 37 | 0 | 23 | 2A | 3F | A | 1B | 1D |
| Octal | 137 | 76 | 67 | 0 | 43 | 52 | 77 | 12 | 33 | 35 |
| Binary | 1011111 | 111110 | 110111 | 0 | 100011 | 101010 | 111111 | 1010 | 11011 | 11101 |
Color Harmonies of #5F3E37
Complementary color
Monochromatic Colors of #5F3E37
Black with #5F3E37
Text Example
Text Example
White with #5F3E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3E37; }
p { color: rgb(95,62,55); }
H1.HeaderClassName
{
color: #5F3E37;
}
.AnyTagClassName
{
color: #5F3E37;
}
</style>
background-color css
<style>
a { background-color: #5F3E37; }
a { background-color: rgb(95,62,55); }
div.DivClassName
{
background-color: #5F3E37;
}
.BgClassName
{
background-color: #5F3E37;
}
</style>
border-color css
<style>
span { border-color: #5F3E37; }
span { border-color: rgb(95,62,55); }
td.TdClassName
{
border-color: #5F3E37;
}
.TagClassName
{
border-color: #5F3E37;
}
</style>