Shades of Mikado #3A3213
Tints of Mikado #3A3213
RGB
CMYK
RGB Variations
Color information
#3A3213 (or 0x3A3213) is known color: Mikado. HEX triplet: 3A, 32 and 13. RGB value is (58,50,19). Sum of RGB (Red+Green+Blue) = 58+50+19=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3213 is #C5CDEC. Grayscale: #303030. Windows color (decimal): -12963309 or 1258042. OLE color: 1258042.
HSL color Cylindrical-coordinate representation of color #3A3213: hue angle of 47.69º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A3213 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 50 | 19 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.77 |
| HSL | 47.69º | 0.51% | 0.15% | - |
| HSV(B) | 47.69º | 0.67% | 0.23% | - |
| XYZ | 3 | 3.23 | 1.08 | - |
| YUV | 48.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 19 | 0 | 0.14 | 0.67 | 0.77 | 47.69 | 0.51 | 0.15 |
| Hex | 3A | 32 | 13 | 0 | E | 43 | 4D | 30 | 33 | F |
| Octal | 72 | 62 | 23 | 0 | 16 | 103 | 115 | 60 | 63 | 17 |
| Binary | 111010 | 110010 | 10011 | 0 | 1110 | 1000011 | 1001101 | 110000 | 110011 | 1111 |
Color Harmonies of #3A3213
Complementary color
Monochromatic Colors of #3A3213
Black with #3A3213
Text Example
Text Example
White with #3A3213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3213; }
p { color: rgb(58,50,19); }
H1.HeaderClassName
{
color: #3A3213;
}
.AnyTagClassName
{
color: #3A3213;
}
</style>
background-color css
<style>
a { background-color: #3A3213; }
a { background-color: rgb(58,50,19); }
div.DivClassName
{
background-color: #3A3213;
}
.BgClassName
{
background-color: #3A3213;
}
</style>
border-color css
<style>
span { border-color: #3A3213; }
span { border-color: rgb(58,50,19); }
td.TdClassName
{
border-color: #3A3213;
}
.TagClassName
{
border-color: #3A3213;
}
</style>