Shades of Mikado #3A3119
Tints of Mikado #3A3119
RGB
CMYK
RGB Variations
Color information
#3A3119 (or 0x3A3119) is known color: Mikado. HEX triplet: 3A, 31 and 19. RGB value is (58,49,25). Sum of RGB (Red+Green+Blue) = 58+49+25=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3119 is #C5CEE6. Grayscale: #313131. Windows color (decimal): -12963559 or 1651002. OLE color: 1651002.
HSL color Cylindrical-coordinate representation of color #3A3119: hue angle of 43.64º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A3119 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 49 | 25 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.77 |
| HSL | 43.64º | 0.4% | 0.16% | - |
| HSV(B) | 43.64º | 0.57% | 0.23% | - |
| XYZ | 3.02 | 3.17 | 1.37 | - |
| YUV | 48.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 25 | 0 | 0.16 | 0.57 | 0.77 | 43.64 | 0.4 | 0.16 |
| Hex | 3A | 31 | 19 | 0 | 10 | 39 | 4D | 2C | 28 | 10 |
| Octal | 72 | 61 | 31 | 0 | 20 | 71 | 115 | 54 | 50 | 20 |
| Binary | 111010 | 110001 | 11001 | 0 | 10000 | 111001 | 1001101 | 101100 | 101000 | 10000 |
Color Harmonies of #3A3119
Complementary color
Monochromatic Colors of #3A3119
Black with #3A3119
Text Example
Text Example
White with #3A3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3119; }
p { color: rgb(58,49,25); }
H1.HeaderClassName
{
color: #3A3119;
}
.AnyTagClassName
{
color: #3A3119;
}
</style>
background-color css
<style>
a { background-color: #3A3119; }
a { background-color: rgb(58,49,25); }
div.DivClassName
{
background-color: #3A3119;
}
.BgClassName
{
background-color: #3A3119;
}
</style>
border-color css
<style>
span { border-color: #3A3119; }
span { border-color: rgb(58,49,25); }
td.TdClassName
{
border-color: #3A3119;
}
.TagClassName
{
border-color: #3A3119;
}
</style>