Shades of Mikado #3C3502
Tints of Mikado #3C3502
RGB
CMYK
RGB Variations
Color information
#3C3502 (or 0x3C3502) is known color: Mikado. HEX triplet: 3C, 35 and 02. RGB value is (60,53,2). Sum of RGB (Red+Green+Blue) = 60+53+2=115 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.17% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3502 is #C3CAFD. Grayscale: #313131. Windows color (decimal): -12831486 or 144700. OLE color: 144700.
HSL color Cylindrical-coordinate representation of color #3C3502: hue angle of 52.76º 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 #3C3502 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 2 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.76 |
| HSL | 52.76º | 0.94% | 0.12% | - |
| HSV(B) | 52.76º | 0.97% | 0.24% | - |
| XYZ | 3.15 | 3.51 | 0.57 | - |
| YUV | 49.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 2 | 0 | 0.12 | 0.97 | 0.76 | 52.76 | 0.94 | 0.12 |
| Hex | 3C | 35 | 2 | 0 | C | 61 | 4C | 35 | 5E | C |
| Octal | 74 | 65 | 2 | 0 | 14 | 141 | 114 | 65 | 136 | 14 |
| Binary | 111100 | 110101 | 10 | 0 | 1100 | 1100001 | 1001100 | 110101 | 1011110 | 1100 |
Color Harmonies of #3C3502
Complementary color
Monochromatic Colors of #3C3502
Black with #3C3502
Text Example
Text Example
White with #3C3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3502; }
p { color: rgb(60,53,2); }
H1.HeaderClassName
{
color: #3C3502;
}
.AnyTagClassName
{
color: #3C3502;
}
</style>
background-color css
<style>
a { background-color: #3C3502; }
a { background-color: rgb(60,53,2); }
div.DivClassName
{
background-color: #3C3502;
}
.BgClassName
{
background-color: #3C3502;
}
</style>
border-color css
<style>
span { border-color: #3C3502; }
span { border-color: rgb(60,53,2); }
td.TdClassName
{
border-color: #3C3502;
}
.TagClassName
{
border-color: #3C3502;
}
</style>