Shades of Mikado #3C3516
Tints of Mikado #3C3516
RGB
CMYK
RGB Variations
Color information
#3C3516 (or 0x3C3516) is known color: Mikado. HEX triplet: 3C, 35 and 16. RGB value is (60,53,22). Sum of RGB (Red+Green+Blue) = 60+53+22=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3516 is #C3CAE9. Grayscale: #333333. Windows color (decimal): -12831466 or 1455420. OLE color: 1455420.
HSL color Cylindrical-coordinate representation of color #3C3516: hue angle of 48.95º 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 #3C3516 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 22 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.76 |
| HSL | 48.95º | 0.46% | 0.16% | - |
| HSV(B) | 48.95º | 0.63% | 0.24% | - |
| XYZ | 3.28 | 3.56 | 1.27 | - |
| YUV | 51.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 22 | 0 | 0.12 | 0.63 | 0.76 | 48.95 | 0.46 | 0.16 |
| Hex | 3C | 35 | 16 | 0 | C | 3F | 4C | 31 | 2E | 10 |
| Octal | 74 | 65 | 26 | 0 | 14 | 77 | 114 | 61 | 56 | 20 |
| Binary | 111100 | 110101 | 10110 | 0 | 1100 | 111111 | 1001100 | 110001 | 101110 | 10000 |
Color Harmonies of #3C3516
Complementary color
Monochromatic Colors of #3C3516
Black with #3C3516
Text Example
Text Example
White with #3C3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3516; }
p { color: rgb(60,53,22); }
H1.HeaderClassName
{
color: #3C3516;
}
.AnyTagClassName
{
color: #3C3516;
}
</style>
background-color css
<style>
a { background-color: #3C3516; }
a { background-color: rgb(60,53,22); }
div.DivClassName
{
background-color: #3C3516;
}
.BgClassName
{
background-color: #3C3516;
}
</style>
border-color css
<style>
span { border-color: #3C3516; }
span { border-color: rgb(60,53,22); }
td.TdClassName
{
border-color: #3C3516;
}
.TagClassName
{
border-color: #3C3516;
}
</style>