Shades of Mikado #3A3011
Tints of Mikado #3A3011
RGB
CMYK
RGB Variations
Color information
#3A3011 (or 0x3A3011) is known color: Mikado. HEX triplet: 3A, 30 and 11. RGB value is (58,48,17). Sum of RGB (Red+Green+Blue) = 58+48+17=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3011 is #C5CFEE. Grayscale: #2F2F2F. Windows color (decimal): -12963823 or 1126458. OLE color: 1126458.
HSL color Cylindrical-coordinate representation of color #3A3011: hue angle of 45.37º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A3011 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 48 | 17 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.77 |
| HSL | 45.37º | 0.55% | 0.15% | - |
| HSV(B) | 45.37º | 0.71% | 0.23% | - |
| XYZ | 2.9 | 3.05 | 0.97 | - |
| YUV | 47.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 17 | 0 | 0.17 | 0.71 | 0.77 | 45.37 | 0.55 | 0.15 |
| Hex | 3A | 30 | 11 | 0 | 11 | 47 | 4D | 2D | 37 | F |
| Octal | 72 | 60 | 21 | 0 | 21 | 107 | 115 | 55 | 67 | 17 |
| Binary | 111010 | 110000 | 10001 | 0 | 10001 | 1000111 | 1001101 | 101101 | 110111 | 1111 |
Color Harmonies of #3A3011
Complementary color
Monochromatic Colors of #3A3011
Black with #3A3011
Text Example
Text Example
White with #3A3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3011; }
p { color: rgb(58,48,17); }
H1.HeaderClassName
{
color: #3A3011;
}
.AnyTagClassName
{
color: #3A3011;
}
</style>
background-color css
<style>
a { background-color: #3A3011; }
a { background-color: rgb(58,48,17); }
div.DivClassName
{
background-color: #3A3011;
}
.BgClassName
{
background-color: #3A3011;
}
</style>
border-color css
<style>
span { border-color: #3A3011; }
span { border-color: rgb(58,48,17); }
td.TdClassName
{
border-color: #3A3011;
}
.TagClassName
{
border-color: #3A3011;
}
</style>