Shades of Mikado #3A2E0C
Tints of Mikado #3A2E0C
RGB
CMYK
RGB Variations
Color information
#3A2E0C (or 0x3A2E0C) is known color: Mikado. HEX triplet: 3A, 2E and 0C. RGB value is (58,46,12). Sum of RGB (Red+Green+Blue) = 58+46+12=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2E0C is #C5D1F3. Grayscale: #2D2D2D. Windows color (decimal): -12964340 or 798266. OLE color: 798266.
HSL color Cylindrical-coordinate representation of color #3A2E0C: hue angle of 44.35º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A2E0C is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 46 | 12 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.77 |
| HSL | 44.35º | 0.66% | 0.14% | - |
| HSV(B) | 44.35º | 0.79% | 0.23% | - |
| XYZ | 2.79 | 2.88 | 0.76 | - |
| YUV | 45.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 46 | 12 | 0 | 0.21 | 0.79 | 0.77 | 44.35 | 0.66 | 0.14 |
| Hex | 3A | 2E | C | 0 | 15 | 4F | 4D | 2C | 42 | E |
| Octal | 72 | 56 | 14 | 0 | 25 | 117 | 115 | 54 | 102 | 16 |
| Binary | 111010 | 101110 | 1100 | 0 | 10101 | 1001111 | 1001101 | 101100 | 1000010 | 1110 |
Color Harmonies of #3A2E0C
Complementary color
Monochromatic Colors of #3A2E0C
Black with #3A2E0C
Text Example
Text Example
White with #3A2E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2E0C; }
p { color: rgb(58,46,12); }
H1.HeaderClassName
{
color: #3A2E0C;
}
.AnyTagClassName
{
color: #3A2E0C;
}
</style>
background-color css
<style>
a { background-color: #3A2E0C; }
a { background-color: rgb(58,46,12); }
div.DivClassName
{
background-color: #3A2E0C;
}
.BgClassName
{
background-color: #3A2E0C;
}
</style>
border-color css
<style>
span { border-color: #3A2E0C; }
span { border-color: rgb(58,46,12); }
td.TdClassName
{
border-color: #3A2E0C;
}
.TagClassName
{
border-color: #3A2E0C;
}
</style>