Shades of Cioccolato #5D392D
Tints of Cioccolato #5D392D
RGB
CMYK
RGB Variations
Color information
#5D392D (or 0x5D392D) is known color: Cioccolato. HEX triplet: 5D, 39 and 2D. RGB value is (93,57,45). Sum of RGB (Red+Green+Blue) = 93+57+45=195 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.69% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 93 - color contains mainly: red. Hex color #5D392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D392D is #A2C6D2. Grayscale: #424242. Windows color (decimal): -10667731 or 2963805. OLE color: 2963805.
HSL color Cylindrical-coordinate representation of color #5D392D: hue angle of 15º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D392D is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 57 | 45 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.64 |
| HSL | 15º | 0.35% | 0.27% | - |
| HSV(B) | 15º | 0.52% | 0.36% | - |
| XYZ | 6.45 | 5.44 | 3.19 | - |
| YUV | 66.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 57 | 45 | 0 | 0.39 | 0.52 | 0.64 | 15 | 0.35 | 0.27 |
| Hex | 5D | 39 | 2D | 0 | 27 | 34 | 40 | F | 23 | 1B |
| Octal | 135 | 71 | 55 | 0 | 47 | 64 | 100 | 17 | 43 | 33 |
| Binary | 1011101 | 111001 | 101101 | 0 | 100111 | 110100 | 1000000 | 1111 | 100011 | 11011 |
Color Harmonies of #5D392D
Complementary color
Monochromatic Colors of #5D392D
Black with #5D392D
Text Example
Text Example
White with #5D392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D392D; }
p { color: rgb(93,57,45); }
H1.HeaderClassName
{
color: #5D392D;
}
.AnyTagClassName
{
color: #5D392D;
}
</style>
background-color css
<style>
a { background-color: #5D392D; }
a { background-color: rgb(93,57,45); }
div.DivClassName
{
background-color: #5D392D;
}
.BgClassName
{
background-color: #5D392D;
}
</style>
border-color css
<style>
span { border-color: #5D392D; }
span { border-color: rgb(93,57,45); }
td.TdClassName
{
border-color: #5D392D;
}
.TagClassName
{
border-color: #5D392D;
}
</style>