Shades of Cioccolato #5D392F
Tints of Cioccolato #5D392F
RGB
CMYK
RGB Variations
Color information
#5D392F (or 0x5D392F) is known color: Cioccolato. HEX triplet: 5D, 39 and 2F. RGB value is (93,57,47). Sum of RGB (Red+Green+Blue) = 93+57+47=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D392F is #A2C6D0. Grayscale: #424242. Windows color (decimal): -10667729 or 3094877. OLE color: 3094877.
HSL color Cylindrical-coordinate representation of color #5D392F: hue angle of 13.04º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D392F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 57 | 47 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.64 |
| HSL | 13.04º | 0.33% | 0.27% | - |
| HSV(B) | 13.04º | 0.49% | 0.36% | - |
| XYZ | 6.49 | 5.46 | 3.4 | - |
| YUV | 66.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 57 | 47 | 0 | 0.39 | 0.49 | 0.64 | 13.04 | 0.33 | 0.27 |
| Hex | 5D | 39 | 2F | 0 | 27 | 31 | 40 | D | 21 | 1B |
| Octal | 135 | 71 | 57 | 0 | 47 | 61 | 100 | 15 | 41 | 33 |
| Binary | 1011101 | 111001 | 101111 | 0 | 100111 | 110001 | 1000000 | 1101 | 100001 | 11011 |
Color Harmonies of #5D392F
Complementary color
Monochromatic Colors of #5D392F
Black with #5D392F
Text Example
Text Example
White with #5D392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D392F; }
p { color: rgb(93,57,47); }
H1.HeaderClassName
{
color: #5D392F;
}
.AnyTagClassName
{
color: #5D392F;
}
</style>
background-color css
<style>
a { background-color: #5D392F; }
a { background-color: rgb(93,57,47); }
div.DivClassName
{
background-color: #5D392F;
}
.BgClassName
{
background-color: #5D392F;
}
</style>
border-color css
<style>
span { border-color: #5D392F; }
span { border-color: rgb(93,57,47); }
td.TdClassName
{
border-color: #5D392F;
}
.TagClassName
{
border-color: #5D392F;
}
</style>