Shades of Mikado #3A340A
Tints of Mikado #3A340A
RGB
CMYK
RGB Variations
Color information
#3A340A (or 0x3A340A) is known color: Mikado. HEX triplet: 3A, 34 and 0A. RGB value is (58,52,10). Sum of RGB (Red+Green+Blue) = 58+52+10=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A340A is #C5CBF5. Grayscale: #313131. Windows color (decimal): -12962806 or 668730. OLE color: 668730.
HSL color Cylindrical-coordinate representation of color #3A340A: hue angle of 52.5º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A340A is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 52 | 10 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.77 |
| HSL | 52.5º | 0.71% | 0.13% | - |
| HSV(B) | 52.5º | 0.83% | 0.23% | - |
| XYZ | 3.03 | 3.38 | 0.78 | - |
| YUV | 49.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 10 | 0 | 0.10 | 0.83 | 0.77 | 52.5 | 0.71 | 0.13 |
| Hex | 3A | 34 | A | 0 | A | 53 | 4D | 34 | 47 | D |
| Octal | 72 | 64 | 12 | 0 | 12 | 123 | 115 | 64 | 107 | 15 |
| Binary | 111010 | 110100 | 1010 | 0 | 1010 | 1010011 | 1001101 | 110100 | 1000111 | 1101 |
Color Harmonies of #3A340A
Complementary color
Monochromatic Colors of #3A340A
Black with #3A340A
Text Example
Text Example
White with #3A340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A340A; }
p { color: rgb(58,52,10); }
H1.HeaderClassName
{
color: #3A340A;
}
.AnyTagClassName
{
color: #3A340A;
}
</style>
background-color css
<style>
a { background-color: #3A340A; }
a { background-color: rgb(58,52,10); }
div.DivClassName
{
background-color: #3A340A;
}
.BgClassName
{
background-color: #3A340A;
}
</style>
border-color css
<style>
span { border-color: #3A340A; }
span { border-color: rgb(58,52,10); }
td.TdClassName
{
border-color: #3A340A;
}
.TagClassName
{
border-color: #3A340A;
}
</style>