Shades of Moccaccino #5D2927
Tints of Moccaccino #5D2927
RGB
CMYK
RGB Variations
Color information
#5D2927 (or 0x5D2927) is known color: Moccaccino. HEX triplet: 5D, 29 and 27. RGB value is (93,41,39). Sum of RGB (Red+Green+Blue) = 93+41+39=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2927 is #A2D6D8. Grayscale: #383838. Windows color (decimal): -10671833 or 2566493. OLE color: 2566493.
HSL color Cylindrical-coordinate representation of color #5D2927: hue angle of 2.22º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D2927 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 41 | 39 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.64 |
| HSL | 2.22º | 0.41% | 0.26% | - |
| HSV(B) | 2.22º | 0.58% | 0.36% | - |
| XYZ | 5.67 | 4.06 | 2.4 | - |
| YUV | 56.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 39 | 0 | 0.56 | 0.58 | 0.64 | 2.22 | 0.41 | 0.26 |
| Hex | 5D | 29 | 27 | 0 | 38 | 3A | 40 | 2 | 29 | 1A |
| Octal | 135 | 51 | 47 | 0 | 70 | 72 | 100 | 2 | 51 | 32 |
| Binary | 1011101 | 101001 | 100111 | 0 | 111000 | 111010 | 1000000 | 10 | 101001 | 11010 |
Color Harmonies of #5D2927
Complementary color
Monochromatic Colors of #5D2927
Black with #5D2927
Text Example
Text Example
White with #5D2927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2927; }
p { color: rgb(93,41,39); }
H1.HeaderClassName
{
color: #5D2927;
}
.AnyTagClassName
{
color: #5D2927;
}
</style>
background-color css
<style>
a { background-color: #5D2927; }
a { background-color: rgb(93,41,39); }
div.DivClassName
{
background-color: #5D2927;
}
.BgClassName
{
background-color: #5D2927;
}
</style>
border-color css
<style>
span { border-color: #5D2927; }
span { border-color: rgb(93,41,39); }
td.TdClassName
{
border-color: #5D2927;
}
.TagClassName
{
border-color: #5D2927;
}
</style>