Shades of Moccaccino #5C302B
Tints of Moccaccino #5C302B
RGB
CMYK
RGB Variations
Color information
#5C302B (or 0x5C302B) is known color: Moccaccino. HEX triplet: 5C, 30 and 2B. RGB value is (92,48,43). Sum of RGB (Red+Green+Blue) = 92+48+43=183 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.27% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 92 - color contains mainly: red. Hex color #5C302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C302B is #A3CFD4. Grayscale: #3C3C3C. Windows color (decimal): -10735573 or 2830428. OLE color: 2830428.
HSL color Cylindrical-coordinate representation of color #5C302B: hue angle of 6.12º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C302B is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 48 | 43 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.64 |
| HSL | 6.12º | 0.36% | 0.26% | - |
| HSV(B) | 6.12º | 0.53% | 0.36% | - |
| XYZ | 5.91 | 4.56 | 2.86 | - |
| YUV | 60.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 43 | 0 | 0.48 | 0.53 | 0.64 | 6.12 | 0.36 | 0.26 |
| Hex | 5C | 30 | 2B | 0 | 30 | 35 | 40 | 6 | 24 | 1A |
| Octal | 134 | 60 | 53 | 0 | 60 | 65 | 100 | 6 | 44 | 32 |
| Binary | 1011100 | 110000 | 101011 | 0 | 110000 | 110101 | 1000000 | 110 | 100100 | 11010 |
Color Harmonies of #5C302B
Complementary color
Monochromatic Colors of #5C302B
Black with #5C302B
Text Example
Text Example
White with #5C302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C302B; }
p { color: rgb(92,48,43); }
H1.HeaderClassName
{
color: #5C302B;
}
.AnyTagClassName
{
color: #5C302B;
}
</style>
background-color css
<style>
a { background-color: #5C302B; }
a { background-color: rgb(92,48,43); }
div.DivClassName
{
background-color: #5C302B;
}
.BgClassName
{
background-color: #5C302B;
}
</style>
border-color css
<style>
span { border-color: #5C302B; }
span { border-color: rgb(92,48,43); }
td.TdClassName
{
border-color: #5C302B;
}
.TagClassName
{
border-color: #5C302B;
}
</style>