Shades of Mikado #3C3200
Tints of Mikado #3C3200
RGB
CMYK
RGB Variations
Color information
#3C3200 (or 0x3C3200) is known color: Mikado. HEX triplet: 3C, 32 and 00. RGB value is (60,50,0). Sum of RGB (Red+Green+Blue) = 60+50+0=110 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.55% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3200 is #C3CDFF. Grayscale: #2F2F2F. Windows color (decimal): -12832256 or 12860. OLE color: 12860.
HSL color Cylindrical-coordinate representation of color #3C3200: hue angle of 50º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C3200 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.76 |
| HSL | 50º | 1% | 0.12% | - |
| HSV(B) | 50º | 1% | 0.24% | - |
| XYZ | 3 | 3.24 | 0.47 | - |
| YUV | 47.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 0 | 0 | 0.17 | 1 | 0.76 | 50 | 1 | 0.12 |
| Hex | 3C | 32 | 0 | 0 | 11 | 64 | 4C | 32 | 64 | C |
| Octal | 74 | 62 | 0 | 0 | 21 | 144 | 114 | 62 | 144 | 14 |
| Binary | 111100 | 110010 | 0 | 0 | 10001 | 1100100 | 1001100 | 110010 | 1100100 | 1100 |
Color Harmonies of #3C3200
Complementary color
Monochromatic Colors of #3C3200
Black with #3C3200
Text Example
Text Example
White with #3C3200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3200; }
p { color: rgb(60,50,0); }
H1.HeaderClassName
{
color: #3C3200;
}
.AnyTagClassName
{
color: #3C3200;
}
</style>
background-color css
<style>
a { background-color: #3C3200; }
a { background-color: rgb(60,50,0); }
div.DivClassName
{
background-color: #3C3200;
}
.BgClassName
{
background-color: #3C3200;
}
</style>
border-color css
<style>
span { border-color: #3C3200; }
span { border-color: rgb(60,50,0); }
td.TdClassName
{
border-color: #3C3200;
}
.TagClassName
{
border-color: #3C3200;
}
</style>