Shades of Mikado #3A3116
Tints of Mikado #3A3116
RGB
CMYK
RGB Variations
Color information
#3A3116 (or 0x3A3116) is known color: Mikado. HEX triplet: 3A, 31 and 16. RGB value is (58,49,22). Sum of RGB (Red+Green+Blue) = 58+49+22=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3116 is #C5CEE9. Grayscale: #303030. Windows color (decimal): -12963562 or 1454394. OLE color: 1454394.
HSL color Cylindrical-coordinate representation of color #3A3116: hue angle of 45º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A3116 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 49 | 22 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.77 |
| HSL | 45º | 0.45% | 0.16% | - |
| HSV(B) | 45º | 0.62% | 0.23% | - |
| XYZ | 2.99 | 3.15 | 1.21 | - |
| YUV | 48.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 22 | 0 | 0.16 | 0.62 | 0.77 | 45 | 0.45 | 0.16 |
| Hex | 3A | 31 | 16 | 0 | 10 | 3E | 4D | 2D | 2D | 10 |
| Octal | 72 | 61 | 26 | 0 | 20 | 76 | 115 | 55 | 55 | 20 |
| Binary | 111010 | 110001 | 10110 | 0 | 10000 | 111110 | 1001101 | 101101 | 101101 | 10000 |
Color Harmonies of #3A3116
Complementary color
Monochromatic Colors of #3A3116
Black with #3A3116
Text Example
Text Example
White with #3A3116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3116; }
p { color: rgb(58,49,22); }
H1.HeaderClassName
{
color: #3A3116;
}
.AnyTagClassName
{
color: #3A3116;
}
</style>
background-color css
<style>
a { background-color: #3A3116; }
a { background-color: rgb(58,49,22); }
div.DivClassName
{
background-color: #3A3116;
}
.BgClassName
{
background-color: #3A3116;
}
</style>
border-color css
<style>
span { border-color: #3A3116; }
span { border-color: rgb(58,49,22); }
td.TdClassName
{
border-color: #3A3116;
}
.TagClassName
{
border-color: #3A3116;
}
</style>