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