Shades of Mikado #3C3610
Tints of Mikado #3C3610
RGB
CMYK
RGB Variations
Color information
#3C3610 (or 0x3C3610) is known color: Mikado. HEX triplet: 3C, 36 and 10. RGB value is (60,54,16). Sum of RGB (Red+Green+Blue) = 60+54+16=130 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.15% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3610 is #C3C9EF. Grayscale: #333333. Windows color (decimal): -12831216 or 1062460. OLE color: 1062460.
HSL color Cylindrical-coordinate representation of color #3C3610: hue angle of 51.82º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C3610 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 54 | 16 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.76 |
| HSL | 51.82º | 0.58% | 0.15% | - |
| HSV(B) | 51.82º | 0.73% | 0.24% | - |
| XYZ | 3.28 | 3.64 | 1.02 | - |
| YUV | 51.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 16 | 0 | 0.10 | 0.73 | 0.76 | 51.82 | 0.58 | 0.15 |
| Hex | 3C | 36 | 10 | 0 | A | 49 | 4C | 34 | 3A | F |
| Octal | 74 | 66 | 20 | 0 | 12 | 111 | 114 | 64 | 72 | 17 |
| Binary | 111100 | 110110 | 10000 | 0 | 1010 | 1001001 | 1001100 | 110100 | 111010 | 1111 |
Color Harmonies of #3C3610
Complementary color
Monochromatic Colors of #3C3610
Black with #3C3610
Text Example
Text Example
White with #3C3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3610; }
p { color: rgb(60,54,16); }
H1.HeaderClassName
{
color: #3C3610;
}
.AnyTagClassName
{
color: #3C3610;
}
</style>
background-color css
<style>
a { background-color: #3C3610; }
a { background-color: rgb(60,54,16); }
div.DivClassName
{
background-color: #3C3610;
}
.BgClassName
{
background-color: #3C3610;
}
</style>
border-color css
<style>
span { border-color: #3C3610; }
span { border-color: rgb(60,54,16); }
td.TdClassName
{
border-color: #3C3610;
}
.TagClassName
{
border-color: #3C3610;
}
</style>