Shades of Mikado #3C3402
Tints of Mikado #3C3402
RGB
CMYK
RGB Variations
Color information
#3C3402 (or 0x3C3402) is known color: Mikado. HEX triplet: 3C, 34 and 02. RGB value is (60,52,2). Sum of RGB (Red+Green+Blue) = 60+52+2=114 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.63% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3402 is #C3CBFD. Grayscale: #303030. Windows color (decimal): -12831742 or 144444. OLE color: 144444.
HSL color Cylindrical-coordinate representation of color #3C3402: hue angle of 51.72º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C3402 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 52 | 2 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.76 |
| HSL | 51.72º | 0.94% | 0.12% | - |
| HSV(B) | 51.72º | 0.97% | 0.24% | - |
| XYZ | 3.1 | 3.42 | 0.55 | - |
| YUV | 48.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 2 | 0 | 0.13 | 0.97 | 0.76 | 51.72 | 0.94 | 0.12 |
| Hex | 3C | 34 | 2 | 0 | D | 61 | 4C | 34 | 5E | C |
| Octal | 74 | 64 | 2 | 0 | 15 | 141 | 114 | 64 | 136 | 14 |
| Binary | 111100 | 110100 | 10 | 0 | 1101 | 1100001 | 1001100 | 110100 | 1011110 | 1100 |
Color Harmonies of #3C3402
Complementary color
Monochromatic Colors of #3C3402
Black with #3C3402
Text Example
Text Example
White with #3C3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3402; }
p { color: rgb(60,52,2); }
H1.HeaderClassName
{
color: #3C3402;
}
.AnyTagClassName
{
color: #3C3402;
}
</style>
background-color css
<style>
a { background-color: #3C3402; }
a { background-color: rgb(60,52,2); }
div.DivClassName
{
background-color: #3C3402;
}
.BgClassName
{
background-color: #3C3402;
}
</style>
border-color css
<style>
span { border-color: #3C3402; }
span { border-color: rgb(60,52,2); }
td.TdClassName
{
border-color: #3C3402;
}
.TagClassName
{
border-color: #3C3402;
}
</style>