Shades of Mikado #3C3116
Tints of Mikado #3C3116
RGB
CMYK
RGB Variations
Color information
#3C3116 (or 0x3C3116) is known color: Mikado. HEX triplet: 3C, 31 and 16. RGB value is (60,49,22). Sum of RGB (Red+Green+Blue) = 60+49+22=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3116 is #C3CEE9. Grayscale: #313131. Windows color (decimal): -12832490 or 1454396. OLE color: 1454396.
HSL color Cylindrical-coordinate representation of color #3C3116: hue angle of 42.63º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C3116 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 49 | 22 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.76 |
| HSL | 42.63º | 0.46% | 0.16% | - |
| HSV(B) | 42.63º | 0.63% | 0.24% | - |
| XYZ | 3.11 | 3.22 | 1.22 | - |
| YUV | 49.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 22 | 0 | 0.18 | 0.63 | 0.76 | 42.63 | 0.46 | 0.16 |
| Hex | 3C | 31 | 16 | 0 | 12 | 3F | 4C | 2B | 2E | 10 |
| Octal | 74 | 61 | 26 | 0 | 22 | 77 | 114 | 53 | 56 | 20 |
| Binary | 111100 | 110001 | 10110 | 0 | 10010 | 111111 | 1001100 | 101011 | 101110 | 10000 |
Color Harmonies of #3C3116
Complementary color
Monochromatic Colors of #3C3116
Black with #3C3116
Text Example
Text Example
White with #3C3116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3116; }
p { color: rgb(60,49,22); }
H1.HeaderClassName
{
color: #3C3116;
}
.AnyTagClassName
{
color: #3C3116;
}
</style>
background-color css
<style>
a { background-color: #3C3116; }
a { background-color: rgb(60,49,22); }
div.DivClassName
{
background-color: #3C3116;
}
.BgClassName
{
background-color: #3C3116;
}
</style>
border-color css
<style>
span { border-color: #3C3116; }
span { border-color: rgb(60,49,22); }
td.TdClassName
{
border-color: #3C3116;
}
.TagClassName
{
border-color: #3C3116;
}
</style>