Shades of Mikado #3C3404
Tints of Mikado #3C3404
RGB
CMYK
RGB Variations
Color information
#3C3404 (or 0x3C3404) is known color: Mikado. HEX triplet: 3C, 34 and 04. RGB value is (60,52,4). Sum of RGB (Red+Green+Blue) = 60+52+4=116 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.72% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3404 is #C3CBFB. Grayscale: #313131. Windows color (decimal): -12831740 or 275516. OLE color: 275516.
HSL color Cylindrical-coordinate representation of color #3C3404: hue angle of 51.43º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C3404 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 52 | 4 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.76 |
| HSL | 51.43º | 0.88% | 0.13% | - |
| HSV(B) | 51.43º | 0.93% | 0.24% | - |
| XYZ | 3.11 | 3.43 | 0.61 | - |
| YUV | 48.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 4 | 0 | 0.13 | 0.93 | 0.76 | 51.43 | 0.88 | 0.13 |
| Hex | 3C | 34 | 4 | 0 | D | 5D | 4C | 33 | 58 | D |
| Octal | 74 | 64 | 4 | 0 | 15 | 135 | 114 | 63 | 130 | 15 |
| Binary | 111100 | 110100 | 100 | 0 | 1101 | 1011101 | 1001100 | 110011 | 1011000 | 1101 |
Color Harmonies of #3C3404
Complementary color
Monochromatic Colors of #3C3404
Black with #3C3404
Text Example
Text Example
White with #3C3404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3404; }
p { color: rgb(60,52,4); }
H1.HeaderClassName
{
color: #3C3404;
}
.AnyTagClassName
{
color: #3C3404;
}
</style>
background-color css
<style>
a { background-color: #3C3404; }
a { background-color: rgb(60,52,4); }
div.DivClassName
{
background-color: #3C3404;
}
.BgClassName
{
background-color: #3C3404;
}
</style>
border-color css
<style>
span { border-color: #3C3404; }
span { border-color: rgb(60,52,4); }
td.TdClassName
{
border-color: #3C3404;
}
.TagClassName
{
border-color: #3C3404;
}
</style>