Shades of Moccaccino #5D2D29
Tints of Moccaccino #5D2D29
RGB
CMYK
RGB Variations
Color information
#5D2D29 (or 0x5D2D29) is known color: Moccaccino. HEX triplet: 5D, 2D and 29. RGB value is (93,45,41). Sum of RGB (Red+Green+Blue) = 93+45+41=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2D29 is #A2D2D6. Grayscale: #3A3A3A. Windows color (decimal): -10670807 or 2698589. OLE color: 2698589.
HSL color Cylindrical-coordinate representation of color #5D2D29: hue angle of 4.62º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D2D29 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 45 | 41 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.64 |
| HSL | 4.62º | 0.39% | 0.26% | - |
| HSV(B) | 4.62º | 0.56% | 0.36% | - |
| XYZ | 5.85 | 4.36 | 2.63 | - |
| YUV | 58.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 45 | 41 | 0 | 0.52 | 0.56 | 0.64 | 4.62 | 0.39 | 0.26 |
| Hex | 5D | 2D | 29 | 0 | 34 | 38 | 40 | 5 | 27 | 1A |
| Octal | 135 | 55 | 51 | 0 | 64 | 70 | 100 | 5 | 47 | 32 |
| Binary | 1011101 | 101101 | 101001 | 0 | 110100 | 111000 | 1000000 | 101 | 100111 | 11010 |
Color Harmonies of #5D2D29
Complementary color
Monochromatic Colors of #5D2D29
Black with #5D2D29
Text Example
Text Example
White with #5D2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2D29; }
p { color: rgb(93,45,41); }
H1.HeaderClassName
{
color: #5D2D29;
}
.AnyTagClassName
{
color: #5D2D29;
}
</style>
background-color css
<style>
a { background-color: #5D2D29; }
a { background-color: rgb(93,45,41); }
div.DivClassName
{
background-color: #5D2D29;
}
.BgClassName
{
background-color: #5D2D29;
}
</style>
border-color css
<style>
span { border-color: #5D2D29; }
span { border-color: rgb(93,45,41); }
td.TdClassName
{
border-color: #5D2D29;
}
.TagClassName
{
border-color: #5D2D29;
}
</style>