Shades of Mikado #3C3304
Tints of Mikado #3C3304
RGB
CMYK
RGB Variations
Color information
#3C3304 (or 0x3C3304) is known color: Mikado. HEX triplet: 3C, 33 and 04. RGB value is (60,51,4). Sum of RGB (Red+Green+Blue) = 60+51+4=115 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.17% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3304 is #C3CCFB. Grayscale: #303030. Windows color (decimal): -12831996 or 275260. OLE color: 275260.
HSL color Cylindrical-coordinate representation of color #3C3304: hue angle of 50.36º 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 #3C3304 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 4 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.76 |
| HSL | 50.36º | 0.88% | 0.13% | - |
| HSV(B) | 50.36º | 0.93% | 0.24% | - |
| XYZ | 3.07 | 3.34 | 0.6 | - |
| YUV | 48.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 4 | 0 | 0.15 | 0.93 | 0.76 | 50.36 | 0.88 | 0.13 |
| Hex | 3C | 33 | 4 | 0 | F | 5D | 4C | 32 | 58 | D |
| Octal | 74 | 63 | 4 | 0 | 17 | 135 | 114 | 62 | 130 | 15 |
| Binary | 111100 | 110011 | 100 | 0 | 1111 | 1011101 | 1001100 | 110010 | 1011000 | 1101 |
Color Harmonies of #3C3304
Complementary color
Monochromatic Colors of #3C3304
Black with #3C3304
Text Example
Text Example
White with #3C3304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3304; }
p { color: rgb(60,51,4); }
H1.HeaderClassName
{
color: #3C3304;
}
.AnyTagClassName
{
color: #3C3304;
}
</style>
background-color css
<style>
a { background-color: #3C3304; }
a { background-color: rgb(60,51,4); }
div.DivClassName
{
background-color: #3C3304;
}
.BgClassName
{
background-color: #3C3304;
}
</style>
border-color css
<style>
span { border-color: #3C3304; }
span { border-color: rgb(60,51,4); }
td.TdClassName
{
border-color: #3C3304;
}
.TagClassName
{
border-color: #3C3304;
}
</style>