Shades of Moccaccino #5C2B26
Tints of Moccaccino #5C2B26
RGB
CMYK
RGB Variations
Color information
#5C2B26 (or 0x5C2B26) is known color: Moccaccino. HEX triplet: 5C, 2B and 26. RGB value is (92,43,38). Sum of RGB (Red+Green+Blue) = 92+43+38=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2B26 is #A3D4D9. Grayscale: #393939. Windows color (decimal): -10736858 or 2501468. OLE color: 2501468.
HSL color Cylindrical-coordinate representation of color #5C2B26: hue angle of 5.56º 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 #5C2B26 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 43 | 38 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.64 |
| HSL | 5.56º | 0.42% | 0.25% | - |
| HSV(B) | 5.56º | 0.59% | 0.36% | - |
| XYZ | 5.63 | 4.14 | 2.34 | - |
| YUV | 57.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 43 | 38 | 0 | 0.53 | 0.59 | 0.64 | 5.56 | 0.42 | 0.25 |
| Hex | 5C | 2B | 26 | 0 | 35 | 3B | 40 | 6 | 2A | 19 |
| Octal | 134 | 53 | 46 | 0 | 65 | 73 | 100 | 6 | 52 | 31 |
| Binary | 1011100 | 101011 | 100110 | 0 | 110101 | 111011 | 1000000 | 110 | 101010 | 11001 |
Color Harmonies of #5C2B26
Complementary color
Monochromatic Colors of #5C2B26
Black with #5C2B26
Text Example
Text Example
White with #5C2B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2B26; }
p { color: rgb(92,43,38); }
H1.HeaderClassName
{
color: #5C2B26;
}
.AnyTagClassName
{
color: #5C2B26;
}
</style>
background-color css
<style>
a { background-color: #5C2B26; }
a { background-color: rgb(92,43,38); }
div.DivClassName
{
background-color: #5C2B26;
}
.BgClassName
{
background-color: #5C2B26;
}
</style>
border-color css
<style>
span { border-color: #5C2B26; }
span { border-color: rgb(92,43,38); }
td.TdClassName
{
border-color: #5C2B26;
}
.TagClassName
{
border-color: #5C2B26;
}
</style>