Shades of Cioccolato #5F392E
Tints of Cioccolato #5F392E
RGB
CMYK
RGB Variations
Color information
#5F392E (or 0x5F392E) is known color: Cioccolato. HEX triplet: 5F, 39 and 2E. RGB value is (95,57,46). Sum of RGB (Red+Green+Blue) = 95+57+46=198 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.98% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 95 - color contains mainly: red. Hex color #5F392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F392E is #A0C6D1. Grayscale: #434343. Windows color (decimal): -10536658 or 3029343. OLE color: 3029343.
HSL color Cylindrical-coordinate representation of color #5F392E: hue angle of 13.47º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F392E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 57 | 46 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.63 |
| HSL | 13.47º | 0.35% | 0.28% | - |
| HSV(B) | 13.47º | 0.52% | 0.37% | - |
| XYZ | 6.68 | 5.56 | 3.31 | - |
| YUV | 67.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 57 | 46 | 0 | 0.40 | 0.52 | 0.63 | 13.47 | 0.35 | 0.28 |
| Hex | 5F | 39 | 2E | 0 | 28 | 34 | 3F | D | 23 | 1C |
| Octal | 137 | 71 | 56 | 0 | 50 | 64 | 77 | 15 | 43 | 34 |
| Binary | 1011111 | 111001 | 101110 | 0 | 101000 | 110100 | 111111 | 1101 | 100011 | 11100 |
Color Harmonies of #5F392E
Complementary color
Monochromatic Colors of #5F392E
Black with #5F392E
Text Example
Text Example
White with #5F392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F392E; }
p { color: rgb(95,57,46); }
H1.HeaderClassName
{
color: #5F392E;
}
.AnyTagClassName
{
color: #5F392E;
}
</style>
background-color css
<style>
a { background-color: #5F392E; }
a { background-color: rgb(95,57,46); }
div.DivClassName
{
background-color: #5F392E;
}
.BgClassName
{
background-color: #5F392E;
}
</style>
border-color css
<style>
span { border-color: #5F392E; }
span { border-color: rgb(95,57,46); }
td.TdClassName
{
border-color: #5F392E;
}
.TagClassName
{
border-color: #5F392E;
}
</style>