Shades of Moccaccino #5D302F
Tints of Moccaccino #5D302F
RGB
CMYK
RGB Variations
Color information
#5D302F (or 0x5D302F) is known color: Moccaccino. HEX triplet: 5D, 30 and 2F. RGB value is (93,48,47). Sum of RGB (Red+Green+Blue) = 93+48+47=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D302F is #A2CFD0. Grayscale: #3D3D3D. Windows color (decimal): -10670033 or 3092573. OLE color: 3092573.
HSL color Cylindrical-coordinate representation of color #5D302F: hue angle of 1.3º 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 #5D302F is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 48 | 47 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.64 |
| HSL | 1.3º | 0.33% | 0.27% | - |
| HSV(B) | 1.3º | 0.49% | 0.36% | - |
| XYZ | 6.08 | 4.65 | 3.27 | - |
| YUV | 61.34 | 119.91 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 47 | 0 | 0.48 | 0.49 | 0.64 | 1.3 | 0.33 | 0.27 |
| Hex | 5D | 30 | 2F | 0 | 30 | 31 | 40 | 1 | 21 | 1B |
| Octal | 135 | 60 | 57 | 0 | 60 | 61 | 100 | 1 | 41 | 33 |
| Binary | 1011101 | 110000 | 101111 | 0 | 110000 | 110001 | 1000000 | 1 | 100001 | 11011 |
Color Harmonies of #5D302F
Complementary color
Monochromatic Colors of #5D302F
Black with #5D302F
Text Example
Text Example
White with #5D302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D302F; }
p { color: rgb(93,48,47); }
H1.HeaderClassName
{
color: #5D302F;
}
.AnyTagClassName
{
color: #5D302F;
}
</style>
background-color css
<style>
a { background-color: #5D302F; }
a { background-color: rgb(93,48,47); }
div.DivClassName
{
background-color: #5D302F;
}
.BgClassName
{
background-color: #5D302F;
}
</style>
border-color css
<style>
span { border-color: #5D302F; }
span { border-color: rgb(93,48,47); }
td.TdClassName
{
border-color: #5D302F;
}
.TagClassName
{
border-color: #5D302F;
}
</style>