Shades of Moccaccino #5E302D
Tints of Moccaccino #5E302D
RGB
CMYK
RGB Variations
Color information
#5E302D (or 0x5E302D) is known color: Moccaccino. HEX triplet: 5E, 30 and 2D. RGB value is (94,48,45). Sum of RGB (Red+Green+Blue) = 94+48+45=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E302D is #A1CFD2. Grayscale: #3D3D3D. Windows color (decimal): -10604499 or 2961502. OLE color: 2961502.
HSL color Cylindrical-coordinate representation of color #5E302D: hue angle of 3.67º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E302D is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 48 | 45 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.63 |
| HSL | 3.67º | 0.35% | 0.27% | - |
| HSV(B) | 3.67º | 0.52% | 0.37% | - |
| XYZ | 6.15 | 4.68 | 3.06 | - |
| YUV | 61.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 45 | 0 | 0.49 | 0.52 | 0.63 | 3.67 | 0.35 | 0.27 |
| Hex | 5E | 30 | 2D | 0 | 31 | 34 | 3F | 4 | 23 | 1B |
| Octal | 136 | 60 | 55 | 0 | 61 | 64 | 77 | 4 | 43 | 33 |
| Binary | 1011110 | 110000 | 101101 | 0 | 110001 | 110100 | 111111 | 100 | 100011 | 11011 |
Color Harmonies of #5E302D
Complementary color
Monochromatic Colors of #5E302D
Black with #5E302D
Text Example
Text Example
White with #5E302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E302D; }
p { color: rgb(94,48,45); }
H1.HeaderClassName
{
color: #5E302D;
}
.AnyTagClassName
{
color: #5E302D;
}
</style>
background-color css
<style>
a { background-color: #5E302D; }
a { background-color: rgb(94,48,45); }
div.DivClassName
{
background-color: #5E302D;
}
.BgClassName
{
background-color: #5E302D;
}
</style>
border-color css
<style>
span { border-color: #5E302D; }
span { border-color: rgb(94,48,45); }
td.TdClassName
{
border-color: #5E302D;
}
.TagClassName
{
border-color: #5E302D;
}
</style>