Shades of Mikado #3A3221
Tints of Mikado #3A3221
RGB
CMYK
RGB Variations
Color information
#3A3221 (or 0x3A3221) is known color: Mikado. HEX triplet: 3A, 32 and 21. RGB value is (58,50,33). Sum of RGB (Red+Green+Blue) = 58+50+33=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3221 is #C5CDDE. Grayscale: #323232. Windows color (decimal): -12963295 or 2175546. OLE color: 2175546.
HSL color Cylindrical-coordinate representation of color #3A3221: hue angle of 40.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A3221 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 50 | 33 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.77 |
| HSL | 40.8º | 0.27% | 0.18% | - |
| HSV(B) | 40.8º | 0.43% | 0.23% | - |
| XYZ | 3.16 | 3.29 | 1.91 | - |
| YUV | 50.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 33 | 0 | 0.14 | 0.43 | 0.77 | 40.8 | 0.27 | 0.18 |
| Hex | 3A | 32 | 21 | 0 | E | 2B | 4D | 29 | 1B | 12 |
| Octal | 72 | 62 | 41 | 0 | 16 | 53 | 115 | 51 | 33 | 22 |
| Binary | 111010 | 110010 | 100001 | 0 | 1110 | 101011 | 1001101 | 101001 | 11011 | 10010 |
Color Harmonies of #3A3221
Complementary color
Monochromatic Colors of #3A3221
Black with #3A3221
Text Example
Text Example
White with #3A3221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3221; }
p { color: rgb(58,50,33); }
H1.HeaderClassName
{
color: #3A3221;
}
.AnyTagClassName
{
color: #3A3221;
}
</style>
background-color css
<style>
a { background-color: #3A3221; }
a { background-color: rgb(58,50,33); }
div.DivClassName
{
background-color: #3A3221;
}
.BgClassName
{
background-color: #3A3221;
}
</style>
border-color css
<style>
span { border-color: #3A3221; }
span { border-color: rgb(58,50,33); }
td.TdClassName
{
border-color: #3A3221;
}
.TagClassName
{
border-color: #3A3221;
}
</style>