Shades of Mikado #3C3201
Tints of Mikado #3C3201
RGB
CMYK
RGB Variations
Color information
#3C3201 (or 0x3C3201) is known color: Mikado. HEX triplet: 3C, 32 and 01. RGB value is (60,50,1). Sum of RGB (Red+Green+Blue) = 60+50+1=111 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.05% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3201 is #C3CDFE. Grayscale: #2F2F2F. Windows color (decimal): -12832255 or 78396. OLE color: 78396.
HSL color Cylindrical-coordinate representation of color #3C3201: hue angle of 49.83º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C3201 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 1 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.76 |
| HSL | 49.83º | 0.97% | 0.12% | - |
| HSV(B) | 49.83º | 0.98% | 0.24% | - |
| XYZ | 3.01 | 3.24 | 0.5 | - |
| YUV | 47.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 1 | 0 | 0.17 | 0.98 | 0.76 | 49.83 | 0.97 | 0.12 |
| Hex | 3C | 32 | 1 | 0 | 11 | 62 | 4C | 32 | 61 | C |
| Octal | 74 | 62 | 1 | 0 | 21 | 142 | 114 | 62 | 141 | 14 |
| Binary | 111100 | 110010 | 1 | 0 | 10001 | 1100010 | 1001100 | 110010 | 1100001 | 1100 |
Color Harmonies of #3C3201
Complementary color
Monochromatic Colors of #3C3201
Black with #3C3201
Text Example
Text Example
White with #3C3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3201; }
p { color: rgb(60,50,1); }
H1.HeaderClassName
{
color: #3C3201;
}
.AnyTagClassName
{
color: #3C3201;
}
</style>
background-color css
<style>
a { background-color: #3C3201; }
a { background-color: rgb(60,50,1); }
div.DivClassName
{
background-color: #3C3201;
}
.BgClassName
{
background-color: #3C3201;
}
</style>
border-color css
<style>
span { border-color: #3C3201; }
span { border-color: rgb(60,50,1); }
td.TdClassName
{
border-color: #3C3201;
}
.TagClassName
{
border-color: #3C3201;
}
</style>