Shades of Moccaccino #5D2B29
Tints of Moccaccino #5D2B29
RGB
CMYK
RGB Variations
Color information
#5D2B29 (or 0x5D2B29) is known color: Moccaccino. HEX triplet: 5D, 2B and 29. RGB value is (93,43,41). Sum of RGB (Red+Green+Blue) = 93+43+41=177 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.54% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2B29 is #A2D4D6. Grayscale: #393939. Windows color (decimal): -10671319 or 2698077. OLE color: 2698077.
HSL color Cylindrical-coordinate representation of color #5D2B29: hue angle of 2.31º 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 #5D2B29 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 43 | 41 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.64 |
| HSL | 2.31º | 0.39% | 0.26% | - |
| HSV(B) | 2.31º | 0.56% | 0.36% | - |
| XYZ | 5.78 | 4.22 | 2.61 | - |
| YUV | 57.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 43 | 41 | 0 | 0.54 | 0.56 | 0.64 | 2.31 | 0.39 | 0.26 |
| Hex | 5D | 2B | 29 | 0 | 36 | 38 | 40 | 2 | 27 | 1A |
| Octal | 135 | 53 | 51 | 0 | 66 | 70 | 100 | 2 | 47 | 32 |
| Binary | 1011101 | 101011 | 101001 | 0 | 110110 | 111000 | 1000000 | 10 | 100111 | 11010 |
Color Harmonies of #5D2B29
Complementary color
Monochromatic Colors of #5D2B29
Black with #5D2B29
Text Example
Text Example
White with #5D2B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2B29; }
p { color: rgb(93,43,41); }
H1.HeaderClassName
{
color: #5D2B29;
}
.AnyTagClassName
{
color: #5D2B29;
}
</style>
background-color css
<style>
a { background-color: #5D2B29; }
a { background-color: rgb(93,43,41); }
div.DivClassName
{
background-color: #5D2B29;
}
.BgClassName
{
background-color: #5D2B29;
}
</style>
border-color css
<style>
span { border-color: #5D2B29; }
span { border-color: rgb(93,43,41); }
td.TdClassName
{
border-color: #5D2B29;
}
.TagClassName
{
border-color: #5D2B29;
}
</style>