Shades of Mikado #4A3201
Tints of Mikado #4A3201
RGB
CMYK
RGB Variations
Color information
#4A3201 (or 0x4A3201) is known color: Mikado. HEX triplet: 4A, 32 and 01. RGB value is (74,50,1). Sum of RGB (Red+Green+Blue) = 74+50+1=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3201 is #B5CDFE. Grayscale: #333333. Windows color (decimal): -11914751 or 78410. OLE color: 78410.
HSL color Cylindrical-coordinate representation of color #4A3201: hue angle of 40.27º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A3201 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 50 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.71 |
| HSL | 40.27º | 0.97% | 0.15% | - |
| HSV(B) | 40.27º | 0.99% | 0.29% | - |
| XYZ | 3.97 | 3.74 | 0.54 | - |
| YUV | 51.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 1 | 0 | 0.32 | 0.99 | 0.71 | 40.27 | 0.97 | 0.15 |
| Hex | 4A | 32 | 1 | 0 | 20 | 63 | 47 | 28 | 61 | F |
| Octal | 112 | 62 | 1 | 0 | 40 | 143 | 107 | 50 | 141 | 17 |
| Binary | 1001010 | 110010 | 1 | 0 | 100000 | 1100011 | 1000111 | 101000 | 1100001 | 1111 |
Color Harmonies of #4A3201
Complementary color
Monochromatic Colors of #4A3201
Black with #4A3201
Text Example
Text Example
White with #4A3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3201; }
p { color: rgb(74,50,1); }
H1.HeaderClassName
{
color: #4A3201;
}
.AnyTagClassName
{
color: #4A3201;
}
</style>
background-color css
<style>
a { background-color: #4A3201; }
a { background-color: rgb(74,50,1); }
div.DivClassName
{
background-color: #4A3201;
}
.BgClassName
{
background-color: #4A3201;
}
</style>
border-color css
<style>
span { border-color: #4A3201; }
span { border-color: rgb(74,50,1); }
td.TdClassName
{
border-color: #4A3201;
}
.TagClassName
{
border-color: #4A3201;
}
</style>