Shades of Moccaccino #5C2E2A
Tints of Moccaccino #5C2E2A
RGB
CMYK
RGB Variations
Color information
#5C2E2A (or 0x5C2E2A) is known color: Moccaccino. HEX triplet: 5C, 2E and 2A. RGB value is (92,46,42). Sum of RGB (Red+Green+Blue) = 92+46+42=180 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.11% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2E2A is #A3D1D5. Grayscale: #3B3B3B. Windows color (decimal): -10736086 or 2764380. OLE color: 2764380.
HSL color Cylindrical-coordinate representation of color #5C2E2A: hue angle of 4.8º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C2E2A is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 46 | 42 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.64 |
| HSL | 4.8º | 0.37% | 0.26% | - |
| HSV(B) | 4.8º | 0.54% | 0.36% | - |
| XYZ | 5.81 | 4.4 | 2.73 | - |
| YUV | 59.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 42 | 0 | 0.50 | 0.54 | 0.64 | 4.8 | 0.37 | 0.26 |
| Hex | 5C | 2E | 2A | 0 | 32 | 36 | 40 | 5 | 25 | 1A |
| Octal | 134 | 56 | 52 | 0 | 62 | 66 | 100 | 5 | 45 | 32 |
| Binary | 1011100 | 101110 | 101010 | 0 | 110010 | 110110 | 1000000 | 101 | 100101 | 11010 |
Color Harmonies of #5C2E2A
Complementary color
Monochromatic Colors of #5C2E2A
Black with #5C2E2A
Text Example
Text Example
White with #5C2E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E2A; }
p { color: rgb(92,46,42); }
H1.HeaderClassName
{
color: #5C2E2A;
}
.AnyTagClassName
{
color: #5C2E2A;
}
</style>
background-color css
<style>
a { background-color: #5C2E2A; }
a { background-color: rgb(92,46,42); }
div.DivClassName
{
background-color: #5C2E2A;
}
.BgClassName
{
background-color: #5C2E2A;
}
</style>
border-color css
<style>
span { border-color: #5C2E2A; }
span { border-color: rgb(92,46,42); }
td.TdClassName
{
border-color: #5C2E2A;
}
.TagClassName
{
border-color: #5C2E2A;
}
</style>