Shades of Cioccolato #5D382C
Tints of Cioccolato #5D382C
RGB
CMYK
RGB Variations
Color information
#5D382C (or 0x5D382C) is known color: Cioccolato. HEX triplet: 5D, 38 and 2C. RGB value is (93,56,44). Sum of RGB (Red+Green+Blue) = 93+56+44=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 93 - color contains mainly: red. Hex color #5D382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D382C is #A2C7D3. Grayscale: #414141. Windows color (decimal): -10667988 or 2898013. OLE color: 2898013.
HSL color Cylindrical-coordinate representation of color #5D382C: hue angle of 14.69º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D382C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 56 | 44 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.64 |
| HSL | 14.69º | 0.36% | 0.27% | - |
| HSV(B) | 14.69º | 0.53% | 0.36% | - |
| XYZ | 6.38 | 5.34 | 3.08 | - |
| YUV | 65.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 44 | 0 | 0.40 | 0.53 | 0.64 | 14.69 | 0.36 | 0.27 |
| Hex | 5D | 38 | 2C | 0 | 28 | 35 | 40 | F | 24 | 1B |
| Octal | 135 | 70 | 54 | 0 | 50 | 65 | 100 | 17 | 44 | 33 |
| Binary | 1011101 | 111000 | 101100 | 0 | 101000 | 110101 | 1000000 | 1111 | 100100 | 11011 |
Color Harmonies of #5D382C
Complementary color
Monochromatic Colors of #5D382C
Black with #5D382C
Text Example
Text Example
White with #5D382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D382C; }
p { color: rgb(93,56,44); }
H1.HeaderClassName
{
color: #5D382C;
}
.AnyTagClassName
{
color: #5D382C;
}
</style>
background-color css
<style>
a { background-color: #5D382C; }
a { background-color: rgb(93,56,44); }
div.DivClassName
{
background-color: #5D382C;
}
.BgClassName
{
background-color: #5D382C;
}
</style>
border-color css
<style>
span { border-color: #5D382C; }
span { border-color: rgb(93,56,44); }
td.TdClassName
{
border-color: #5D382C;
}
.TagClassName
{
border-color: #5D382C;
}
</style>