Shades of Mikado #3C3520
Tints of Mikado #3C3520
RGB
CMYK
RGB Variations
Color information
#3C3520 (or 0x3C3520) is known color: Mikado. HEX triplet: 3C, 35 and 20. RGB value is (60,53,32). Sum of RGB (Red+Green+Blue) = 60+53+32=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3520 is #C3CADF. Grayscale: #343434. Windows color (decimal): -12831456 or 2110780. OLE color: 2110780.
HSL color Cylindrical-coordinate representation of color #3C3520: hue angle of 45º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C3520 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 32 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.76 |
| HSL | 45º | 0.3% | 0.18% | - |
| HSV(B) | 45º | 0.47% | 0.24% | - |
| XYZ | 3.4 | 3.61 | 1.88 | - |
| YUV | 52.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 32 | 0 | 0.12 | 0.47 | 0.76 | 45 | 0.3 | 0.18 |
| Hex | 3C | 35 | 20 | 0 | C | 2F | 4C | 2D | 1E | 12 |
| Octal | 74 | 65 | 40 | 0 | 14 | 57 | 114 | 55 | 36 | 22 |
| Binary | 111100 | 110101 | 100000 | 0 | 1100 | 101111 | 1001100 | 101101 | 11110 | 10010 |
Color Harmonies of #3C3520
Complementary color
Monochromatic Colors of #3C3520
Black with #3C3520
Text Example
Text Example
White with #3C3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3520; }
p { color: rgb(60,53,32); }
H1.HeaderClassName
{
color: #3C3520;
}
.AnyTagClassName
{
color: #3C3520;
}
</style>
background-color css
<style>
a { background-color: #3C3520; }
a { background-color: rgb(60,53,32); }
div.DivClassName
{
background-color: #3C3520;
}
.BgClassName
{
background-color: #3C3520;
}
</style>
border-color css
<style>
span { border-color: #3C3520; }
span { border-color: rgb(60,53,32); }
td.TdClassName
{
border-color: #3C3520;
}
.TagClassName
{
border-color: #3C3520;
}
</style>