Shades of Moccaccino #5C2C26
Tints of Moccaccino #5C2C26
RGB
CMYK
RGB Variations
Color information
#5C2C26 (or 0x5C2C26) is known color: Moccaccino. HEX triplet: 5C, 2C and 26. RGB value is (92,44,38). Sum of RGB (Red+Green+Blue) = 92+44+38=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2C26 is #A3D3D9. Grayscale: #393939. Windows color (decimal): -10736602 or 2501724. OLE color: 2501724.
HSL color Cylindrical-coordinate representation of color #5C2C26: hue angle of 6.67º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C2C26 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 44 | 38 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.64 |
| HSL | 6.67º | 0.42% | 0.25% | - |
| HSV(B) | 6.67º | 0.59% | 0.36% | - |
| XYZ | 5.66 | 4.22 | 2.35 | - |
| YUV | 57.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 38 | 0 | 0.52 | 0.59 | 0.64 | 6.67 | 0.42 | 0.25 |
| Hex | 5C | 2C | 26 | 0 | 34 | 3B | 40 | 7 | 2A | 19 |
| Octal | 134 | 54 | 46 | 0 | 64 | 73 | 100 | 7 | 52 | 31 |
| Binary | 1011100 | 101100 | 100110 | 0 | 110100 | 111011 | 1000000 | 111 | 101010 | 11001 |
Color Harmonies of #5C2C26
Complementary color
Monochromatic Colors of #5C2C26
Black with #5C2C26
Text Example
Text Example
White with #5C2C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2C26; }
p { color: rgb(92,44,38); }
H1.HeaderClassName
{
color: #5C2C26;
}
.AnyTagClassName
{
color: #5C2C26;
}
</style>
background-color css
<style>
a { background-color: #5C2C26; }
a { background-color: rgb(92,44,38); }
div.DivClassName
{
background-color: #5C2C26;
}
.BgClassName
{
background-color: #5C2C26;
}
</style>
border-color css
<style>
span { border-color: #5C2C26; }
span { border-color: rgb(92,44,38); }
td.TdClassName
{
border-color: #5C2C26;
}
.TagClassName
{
border-color: #5C2C26;
}
</style>