Shades of Mikado #3A3013
Tints of Mikado #3A3013
RGB
CMYK
RGB Variations
Color information
#3A3013 (or 0x3A3013) is known color: Mikado. HEX triplet: 3A, 30 and 13. RGB value is (58,48,19). Sum of RGB (Red+Green+Blue) = 58+48+19=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3013 is #C5CFEC. Grayscale: #2F2F2F. Windows color (decimal): -12963821 or 1257530. OLE color: 1257530.
HSL color Cylindrical-coordinate representation of color #3A3013: hue angle of 44.62º 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 #3A3013 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 48 | 19 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.77 |
| HSL | 44.62º | 0.51% | 0.15% | - |
| HSV(B) | 44.62º | 0.67% | 0.23% | - |
| XYZ | 2.92 | 3.06 | 1.05 | - |
| YUV | 47.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 19 | 0 | 0.17 | 0.67 | 0.77 | 44.62 | 0.51 | 0.15 |
| Hex | 3A | 30 | 13 | 0 | 11 | 43 | 4D | 2D | 33 | F |
| Octal | 72 | 60 | 23 | 0 | 21 | 103 | 115 | 55 | 63 | 17 |
| Binary | 111010 | 110000 | 10011 | 0 | 10001 | 1000011 | 1001101 | 101101 | 110011 | 1111 |
Color Harmonies of #3A3013
Complementary color
Monochromatic Colors of #3A3013
Black with #3A3013
Text Example
Text Example
White with #3A3013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3013; }
p { color: rgb(58,48,19); }
H1.HeaderClassName
{
color: #3A3013;
}
.AnyTagClassName
{
color: #3A3013;
}
</style>
background-color css
<style>
a { background-color: #3A3013; }
a { background-color: rgb(58,48,19); }
div.DivClassName
{
background-color: #3A3013;
}
.BgClassName
{
background-color: #3A3013;
}
</style>
border-color css
<style>
span { border-color: #3A3013; }
span { border-color: rgb(58,48,19); }
td.TdClassName
{
border-color: #3A3013;
}
.TagClassName
{
border-color: #3A3013;
}
</style>