Shades of Cioccolato #5D3828
Tints of Cioccolato #5D3828
RGB
CMYK
RGB Variations
Color information
#5D3828 (or 0x5D3828) is known color: Cioccolato. HEX triplet: 5D, 38 and 28. RGB value is (93,56,40). Sum of RGB (Red+Green+Blue) = 93+56+40=189 (25% of max value = 765). Red value is 93 (36.72% from 255 or 49.21% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3828 is #A2C7D7. Grayscale: #414141. Windows color (decimal): -10667992 or 2635869. OLE color: 2635869.
HSL color Cylindrical-coordinate representation of color #5D3828: hue angle of 18.11º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D3828 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 56 | 40 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.64 |
| HSL | 18.11º | 0.4% | 0.26% | - |
| HSV(B) | 18.11º | 0.57% | 0.36% | - |
| XYZ | 6.31 | 5.31 | 2.7 | - |
| YUV | 65.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 40 | 0 | 0.40 | 0.57 | 0.64 | 18.11 | 0.4 | 0.26 |
| Hex | 5D | 38 | 28 | 0 | 28 | 39 | 40 | 12 | 28 | 1A |
| Octal | 135 | 70 | 50 | 0 | 50 | 71 | 100 | 22 | 50 | 32 |
| Binary | 1011101 | 111000 | 101000 | 0 | 101000 | 111001 | 1000000 | 10010 | 101000 | 11010 |
Color Harmonies of #5D3828
Complementary color
Monochromatic Colors of #5D3828
Black with #5D3828
Text Example
Text Example
White with #5D3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3828; }
p { color: rgb(93,56,40); }
H1.HeaderClassName
{
color: #5D3828;
}
.AnyTagClassName
{
color: #5D3828;
}
</style>
background-color css
<style>
a { background-color: #5D3828; }
a { background-color: rgb(93,56,40); }
div.DivClassName
{
background-color: #5D3828;
}
.BgClassName
{
background-color: #5D3828;
}
</style>
border-color css
<style>
span { border-color: #5D3828; }
span { border-color: rgb(93,56,40); }
td.TdClassName
{
border-color: #5D3828;
}
.TagClassName
{
border-color: #5D3828;
}
</style>