Shades of Moccaccino #5D302C
Tints of Moccaccino #5D302C
RGB
CMYK
RGB Variations
Color information
#5D302C (or 0x5D302C) is known color: Moccaccino. HEX triplet: 5D, 30 and 2C. RGB value is (93,48,44). Sum of RGB (Red+Green+Blue) = 93+48+44=185 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.27% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 93 - color contains mainly: red. Hex color #5D302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D302C is #A2CFD3. Grayscale: #3D3D3D. Windows color (decimal): -10670036 or 2895965. OLE color: 2895965.
HSL color Cylindrical-coordinate representation of color #5D302C: hue angle of 4.9º 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 #5D302C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 48 | 44 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.64 |
| HSL | 4.9º | 0.36% | 0.27% | - |
| HSV(B) | 4.9º | 0.53% | 0.36% | - |
| XYZ | 6.03 | 4.62 | 2.96 | - |
| YUV | 61 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 44 | 0 | 0.48 | 0.53 | 0.64 | 4.9 | 0.36 | 0.27 |
| Hex | 5D | 30 | 2C | 0 | 30 | 35 | 40 | 5 | 24 | 1B |
| Octal | 135 | 60 | 54 | 0 | 60 | 65 | 100 | 5 | 44 | 33 |
| Binary | 1011101 | 110000 | 101100 | 0 | 110000 | 110101 | 1000000 | 101 | 100100 | 11011 |
Color Harmonies of #5D302C
Complementary color
Monochromatic Colors of #5D302C
Black with #5D302C
Text Example
Text Example
White with #5D302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D302C; }
p { color: rgb(93,48,44); }
H1.HeaderClassName
{
color: #5D302C;
}
.AnyTagClassName
{
color: #5D302C;
}
</style>
background-color css
<style>
a { background-color: #5D302C; }
a { background-color: rgb(93,48,44); }
div.DivClassName
{
background-color: #5D302C;
}
.BgClassName
{
background-color: #5D302C;
}
</style>
border-color css
<style>
span { border-color: #5D302C; }
span { border-color: rgb(93,48,44); }
td.TdClassName
{
border-color: #5D302C;
}
.TagClassName
{
border-color: #5D302C;
}
</style>