Shades of Mikado #3C3517
Tints of Mikado #3C3517
RGB
CMYK
RGB Variations
Color information
#3C3517 (or 0x3C3517) is known color: Mikado. HEX triplet: 3C, 35 and 17. RGB value is (60,53,23). Sum of RGB (Red+Green+Blue) = 60+53+23=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3517 is #C3CAE8. Grayscale: #333333. Windows color (decimal): -12831465 or 1520956. OLE color: 1520956.
HSL color Cylindrical-coordinate representation of color #3C3517: hue angle of 48.65º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C3517 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 23 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.76 |
| HSL | 48.65º | 0.45% | 0.16% | - |
| HSV(B) | 48.65º | 0.62% | 0.24% | - |
| XYZ | 3.29 | 3.57 | 1.33 | - |
| YUV | 51.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 23 | 0 | 0.12 | 0.62 | 0.76 | 48.65 | 0.45 | 0.16 |
| Hex | 3C | 35 | 17 | 0 | C | 3E | 4C | 31 | 2D | 10 |
| Octal | 74 | 65 | 27 | 0 | 14 | 76 | 114 | 61 | 55 | 20 |
| Binary | 111100 | 110101 | 10111 | 0 | 1100 | 111110 | 1001100 | 110001 | 101101 | 10000 |
Color Harmonies of #3C3517
Complementary color
Monochromatic Colors of #3C3517
Black with #3C3517
Text Example
Text Example
White with #3C3517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3517; }
p { color: rgb(60,53,23); }
H1.HeaderClassName
{
color: #3C3517;
}
.AnyTagClassName
{
color: #3C3517;
}
</style>
background-color css
<style>
a { background-color: #3C3517; }
a { background-color: rgb(60,53,23); }
div.DivClassName
{
background-color: #3C3517;
}
.BgClassName
{
background-color: #3C3517;
}
</style>
border-color css
<style>
span { border-color: #3C3517; }
span { border-color: rgb(60,53,23); }
td.TdClassName
{
border-color: #3C3517;
}
.TagClassName
{
border-color: #3C3517;
}
</style>