Shades of Mikado #3C3615
Tints of Mikado #3C3615
RGB
CMYK
RGB Variations
Color information
#3C3615 (or 0x3C3615) is known color: Mikado. HEX triplet: 3C, 36 and 15. RGB value is (60,54,21). Sum of RGB (Red+Green+Blue) = 60+54+21=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3615 is #C3C9EA. Grayscale: #343434. Windows color (decimal): -12831211 or 1390140. OLE color: 1390140.
HSL color Cylindrical-coordinate representation of color #3C3615: hue angle of 50.77º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C3615 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 54 | 21 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.76 |
| HSL | 50.77º | 0.48% | 0.16% | - |
| HSV(B) | 50.77º | 0.65% | 0.24% | - |
| XYZ | 3.32 | 3.65 | 1.24 | - |
| YUV | 52.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 21 | 0 | 0.10 | 0.65 | 0.76 | 50.77 | 0.48 | 0.16 |
| Hex | 3C | 36 | 15 | 0 | A | 41 | 4C | 33 | 30 | 10 |
| Octal | 74 | 66 | 25 | 0 | 12 | 101 | 114 | 63 | 60 | 20 |
| Binary | 111100 | 110110 | 10101 | 0 | 1010 | 1000001 | 1001100 | 110011 | 110000 | 10000 |
Color Harmonies of #3C3615
Complementary color
Monochromatic Colors of #3C3615
Black with #3C3615
Text Example
Text Example
White with #3C3615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3615; }
p { color: rgb(60,54,21); }
H1.HeaderClassName
{
color: #3C3615;
}
.AnyTagClassName
{
color: #3C3615;
}
</style>
background-color css
<style>
a { background-color: #3C3615; }
a { background-color: rgb(60,54,21); }
div.DivClassName
{
background-color: #3C3615;
}
.BgClassName
{
background-color: #3C3615;
}
</style>
border-color css
<style>
span { border-color: #3C3615; }
span { border-color: rgb(60,54,21); }
td.TdClassName
{
border-color: #3C3615;
}
.TagClassName
{
border-color: #3C3615;
}
</style>