Shades of Cioccolato #5F3C30
Tints of Cioccolato #5F3C30
RGB
CMYK
RGB Variations
Color information
#5F3C30 (or 0x5F3C30) is known color: Cioccolato. HEX triplet: 5F, 3C and 30. RGB value is (95,60,48). Sum of RGB (Red+Green+Blue) = 95+60+48=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3C30 is #A0C3CF. Grayscale: #454545. Windows color (decimal): -10535888 or 3161183. OLE color: 3161183.
HSL color Cylindrical-coordinate representation of color #5F3C30: hue angle of 15.32º degrees, saturation: 0.33, 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 #5F3C30 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 60 | 48 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.63 |
| HSL | 15.32º | 0.33% | 0.28% | - |
| HSV(B) | 15.32º | 0.49% | 0.37% | - |
| XYZ | 6.87 | 5.88 | 3.57 | - |
| YUV | 69.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 60 | 48 | 0 | 0.37 | 0.49 | 0.63 | 15.32 | 0.33 | 0.28 |
| Hex | 5F | 3C | 30 | 0 | 25 | 31 | 3F | F | 21 | 1C |
| Octal | 137 | 74 | 60 | 0 | 45 | 61 | 77 | 17 | 41 | 34 |
| Binary | 1011111 | 111100 | 110000 | 0 | 100101 | 110001 | 111111 | 1111 | 100001 | 11100 |
Color Harmonies of #5F3C30
Complementary color
Monochromatic Colors of #5F3C30
Black with #5F3C30
Text Example
Text Example
White with #5F3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3C30; }
p { color: rgb(95,60,48); }
H1.HeaderClassName
{
color: #5F3C30;
}
.AnyTagClassName
{
color: #5F3C30;
}
</style>
background-color css
<style>
a { background-color: #5F3C30; }
a { background-color: rgb(95,60,48); }
div.DivClassName
{
background-color: #5F3C30;
}
.BgClassName
{
background-color: #5F3C30;
}
</style>
border-color css
<style>
span { border-color: #5F3C30; }
span { border-color: rgb(95,60,48); }
td.TdClassName
{
border-color: #5F3C30;
}
.TagClassName
{
border-color: #5F3C30;
}
</style>