Shades of Mikado #3A3220
Tints of Mikado #3A3220
RGB
CMYK
RGB Variations
Color information
#3A3220 (or 0x3A3220) is known color: Mikado. HEX triplet: 3A, 32 and 20. RGB value is (58,50,32). Sum of RGB (Red+Green+Blue) = 58+50+32=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3220 is #C5CDDF. Grayscale: #323232. Windows color (decimal): -12963296 or 2110010. OLE color: 2110010.
HSL color Cylindrical-coordinate representation of color #3A3220: hue angle of 41.54º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A3220 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 50 | 32 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.77 |
| HSL | 41.54º | 0.29% | 0.18% | - |
| HSV(B) | 41.54º | 0.45% | 0.23% | - |
| XYZ | 3.15 | 3.29 | 1.83 | - |
| YUV | 50.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 32 | 0 | 0.14 | 0.45 | 0.77 | 41.54 | 0.29 | 0.18 |
| Hex | 3A | 32 | 20 | 0 | E | 2D | 4D | 2A | 1D | 12 |
| Octal | 72 | 62 | 40 | 0 | 16 | 55 | 115 | 52 | 35 | 22 |
| Binary | 111010 | 110010 | 100000 | 0 | 1110 | 101101 | 1001101 | 101010 | 11101 | 10010 |
Color Harmonies of #3A3220
Complementary color
Monochromatic Colors of #3A3220
Black with #3A3220
Text Example
Text Example
White with #3A3220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3220; }
p { color: rgb(58,50,32); }
H1.HeaderClassName
{
color: #3A3220;
}
.AnyTagClassName
{
color: #3A3220;
}
</style>
background-color css
<style>
a { background-color: #3A3220; }
a { background-color: rgb(58,50,32); }
div.DivClassName
{
background-color: #3A3220;
}
.BgClassName
{
background-color: #3A3220;
}
</style>
border-color css
<style>
span { border-color: #3A3220; }
span { border-color: rgb(58,50,32); }
td.TdClassName
{
border-color: #3A3220;
}
.TagClassName
{
border-color: #3A3220;
}
</style>