Shades of Mikado #3C3111
Tints of Mikado #3C3111
RGB
CMYK
RGB Variations
Color information
#3C3111 (or 0x3C3111) is known color: Mikado. HEX triplet: 3C, 31 and 11. RGB value is (60,49,17). Sum of RGB (Red+Green+Blue) = 60+49+17=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3111 is #C3CEEE. Grayscale: #303030. Windows color (decimal): -12832495 or 1126716. OLE color: 1126716.
HSL color Cylindrical-coordinate representation of color #3C3111: hue angle of 44.65º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C3111 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 49 | 17 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.76 |
| HSL | 44.65º | 0.56% | 0.15% | - |
| HSV(B) | 44.65º | 0.72% | 0.24% | - |
| XYZ | 3.06 | 3.2 | 0.99 | - |
| YUV | 48.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 17 | 0 | 0.18 | 0.72 | 0.76 | 44.65 | 0.56 | 0.15 |
| Hex | 3C | 31 | 11 | 0 | 12 | 48 | 4C | 2D | 38 | F |
| Octal | 74 | 61 | 21 | 0 | 22 | 110 | 114 | 55 | 70 | 17 |
| Binary | 111100 | 110001 | 10001 | 0 | 10010 | 1001000 | 1001100 | 101101 | 111000 | 1111 |
Color Harmonies of #3C3111
Complementary color
Monochromatic Colors of #3C3111
Black with #3C3111
Text Example
Text Example
White with #3C3111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3111; }
p { color: rgb(60,49,17); }
H1.HeaderClassName
{
color: #3C3111;
}
.AnyTagClassName
{
color: #3C3111;
}
</style>
background-color css
<style>
a { background-color: #3C3111; }
a { background-color: rgb(60,49,17); }
div.DivClassName
{
background-color: #3C3111;
}
.BgClassName
{
background-color: #3C3111;
}
</style>
border-color css
<style>
span { border-color: #3C3111; }
span { border-color: rgb(60,49,17); }
td.TdClassName
{
border-color: #3C3111;
}
.TagClassName
{
border-color: #3C3111;
}
</style>