Shades of Moccaccino #5C2A26
Tints of Moccaccino #5C2A26
RGB
CMYK
RGB Variations
Color information
#5C2A26 (or 0x5C2A26) is known color: Moccaccino. HEX triplet: 5C, 2A and 26. RGB value is (92,42,38). Sum of RGB (Red+Green+Blue) = 92+42+38=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2A26 is #A3D5D9. Grayscale: #383838. Windows color (decimal): -10737114 or 2501212. OLE color: 2501212.
HSL color Cylindrical-coordinate representation of color #5C2A26: hue angle of 4.44º 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 #5C2A26 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 42 | 38 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.64 |
| HSL | 4.44º | 0.42% | 0.25% | - |
| HSV(B) | 4.44º | 0.59% | 0.36% | - |
| XYZ | 5.59 | 4.07 | 2.32 | - |
| YUV | 56.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 38 | 0 | 0.54 | 0.59 | 0.64 | 4.44 | 0.42 | 0.25 |
| Hex | 5C | 2A | 26 | 0 | 36 | 3B | 40 | 4 | 2A | 19 |
| Octal | 134 | 52 | 46 | 0 | 66 | 73 | 100 | 4 | 52 | 31 |
| Binary | 1011100 | 101010 | 100110 | 0 | 110110 | 111011 | 1000000 | 100 | 101010 | 11001 |
Color Harmonies of #5C2A26
Complementary color
Monochromatic Colors of #5C2A26
Black with #5C2A26
Text Example
Text Example
White with #5C2A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2A26; }
p { color: rgb(92,42,38); }
H1.HeaderClassName
{
color: #5C2A26;
}
.AnyTagClassName
{
color: #5C2A26;
}
</style>
background-color css
<style>
a { background-color: #5C2A26; }
a { background-color: rgb(92,42,38); }
div.DivClassName
{
background-color: #5C2A26;
}
.BgClassName
{
background-color: #5C2A26;
}
</style>
border-color css
<style>
span { border-color: #5C2A26; }
span { border-color: rgb(92,42,38); }
td.TdClassName
{
border-color: #5C2A26;
}
.TagClassName
{
border-color: #5C2A26;
}
</style>