Shades of Mikado #3A2F12
Tints of Mikado #3A2F12
RGB
CMYK
RGB Variations
Color information
#3A2F12 (or 0x3A2F12) is known color: Mikado. HEX triplet: 3A, 2F and 12. RGB value is (58,47,18). Sum of RGB (Red+Green+Blue) = 58+47+18=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2F12 is #C5D0ED. Grayscale: #2F2F2F. Windows color (decimal): -12964078 or 1191738. OLE color: 1191738.
HSL color Cylindrical-coordinate representation of color #3A2F12: hue angle of 43.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A2F12 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 47 | 18 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.77 |
| HSL | 43.5º | 0.53% | 0.15% | - |
| HSV(B) | 43.5º | 0.69% | 0.23% | - |
| XYZ | 2.87 | 2.98 | 1 | - |
| YUV | 46.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 18 | 0 | 0.19 | 0.69 | 0.77 | 43.5 | 0.53 | 0.15 |
| Hex | 3A | 2F | 12 | 0 | 13 | 45 | 4D | 2C | 35 | F |
| Octal | 72 | 57 | 22 | 0 | 23 | 105 | 115 | 54 | 65 | 17 |
| Binary | 111010 | 101111 | 10010 | 0 | 10011 | 1000101 | 1001101 | 101100 | 110101 | 1111 |
Color Harmonies of #3A2F12
Complementary color
Monochromatic Colors of #3A2F12
Black with #3A2F12
Text Example
Text Example
White with #3A2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F12; }
p { color: rgb(58,47,18); }
H1.HeaderClassName
{
color: #3A2F12;
}
.AnyTagClassName
{
color: #3A2F12;
}
</style>
background-color css
<style>
a { background-color: #3A2F12; }
a { background-color: rgb(58,47,18); }
div.DivClassName
{
background-color: #3A2F12;
}
.BgClassName
{
background-color: #3A2F12;
}
</style>
border-color css
<style>
span { border-color: #3A2F12; }
span { border-color: rgb(58,47,18); }
td.TdClassName
{
border-color: #3A2F12;
}
.TagClassName
{
border-color: #3A2F12;
}
</style>