Shades of Moccaccino #5C302F
Tints of Moccaccino #5C302F
RGB
CMYK
RGB Variations
Color information
#5C302F (or 0x5C302F) is known color: Moccaccino. HEX triplet: 5C, 30 and 2F. RGB value is (92,48,47). Sum of RGB (Red+Green+Blue) = 92+48+47=187 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.20% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 92 - color contains mainly: red. Hex color #5C302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C302F is #A3CFD0. Grayscale: #3D3D3D. Windows color (decimal): -10735569 or 3092572. OLE color: 3092572.
HSL color Cylindrical-coordinate representation of color #5C302F: hue angle of 1.33º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C302F is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 48 | 47 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.64 |
| HSL | 1.33º | 0.32% | 0.27% | - |
| HSV(B) | 1.33º | 0.49% | 0.36% | - |
| XYZ | 5.98 | 4.59 | 3.26 | - |
| YUV | 61.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 47 | 0 | 0.48 | 0.49 | 0.64 | 1.33 | 0.32 | 0.27 |
| Hex | 5C | 30 | 2F | 0 | 30 | 31 | 40 | 1 | 20 | 1B |
| Octal | 134 | 60 | 57 | 0 | 60 | 61 | 100 | 1 | 40 | 33 |
| Binary | 1011100 | 110000 | 101111 | 0 | 110000 | 110001 | 1000000 | 1 | 100000 | 11011 |
Color Harmonies of #5C302F
Complementary color
Monochromatic Colors of #5C302F
Black with #5C302F
Text Example
Text Example
White with #5C302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C302F; }
p { color: rgb(92,48,47); }
H1.HeaderClassName
{
color: #5C302F;
}
.AnyTagClassName
{
color: #5C302F;
}
</style>
background-color css
<style>
a { background-color: #5C302F; }
a { background-color: rgb(92,48,47); }
div.DivClassName
{
background-color: #5C302F;
}
.BgClassName
{
background-color: #5C302F;
}
</style>
border-color css
<style>
span { border-color: #5C302F; }
span { border-color: rgb(92,48,47); }
td.TdClassName
{
border-color: #5C302F;
}
.TagClassName
{
border-color: #5C302F;
}
</style>