Shades of Moccaccino #5C2D26
Tints of Moccaccino #5C2D26
RGB
CMYK
RGB Variations
Color information
#5C2D26 (or 0x5C2D26) is known color: Moccaccino. HEX triplet: 5C, 2D and 26. RGB value is (92,45,38). Sum of RGB (Red+Green+Blue) = 92+45+38=175 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.57% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2D26 is #A3D2D9. Grayscale: #3A3A3A. Windows color (decimal): -10736346 or 2501980. OLE color: 2501980.
HSL color Cylindrical-coordinate representation of color #5C2D26: hue angle of 7.78º 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 #5C2D26 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 45 | 38 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.64 |
| HSL | 7.78º | 0.42% | 0.25% | - |
| HSV(B) | 7.78º | 0.59% | 0.36% | - |
| XYZ | 5.7 | 4.29 | 2.36 | - |
| YUV | 58.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 38 | 0 | 0.51 | 0.59 | 0.64 | 7.78 | 0.42 | 0.25 |
| Hex | 5C | 2D | 26 | 0 | 33 | 3B | 40 | 8 | 2A | 19 |
| Octal | 134 | 55 | 46 | 0 | 63 | 73 | 100 | 10 | 52 | 31 |
| Binary | 1011100 | 101101 | 100110 | 0 | 110011 | 111011 | 1000000 | 1000 | 101010 | 11001 |
Color Harmonies of #5C2D26
Complementary color
Monochromatic Colors of #5C2D26
Black with #5C2D26
Text Example
Text Example
White with #5C2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2D26; }
p { color: rgb(92,45,38); }
H1.HeaderClassName
{
color: #5C2D26;
}
.AnyTagClassName
{
color: #5C2D26;
}
</style>
background-color css
<style>
a { background-color: #5C2D26; }
a { background-color: rgb(92,45,38); }
div.DivClassName
{
background-color: #5C2D26;
}
.BgClassName
{
background-color: #5C2D26;
}
</style>
border-color css
<style>
span { border-color: #5C2D26; }
span { border-color: rgb(92,45,38); }
td.TdClassName
{
border-color: #5C2D26;
}
.TagClassName
{
border-color: #5C2D26;
}
</style>