Shades of Mikado #3A3409
Tints of Mikado #3A3409
RGB
CMYK
RGB Variations
Color information
#3A3409 (or 0x3A3409) is known color: Mikado. HEX triplet: 3A, 34 and 09. RGB value is (58,52,9). Sum of RGB (Red+Green+Blue) = 58+52+9=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3409 is #C5CBF6. Grayscale: #313131. Windows color (decimal): -12962807 or 603194. OLE color: 603194.
HSL color Cylindrical-coordinate representation of color #3A3409: hue angle of 52.65º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A3409 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 52 | 9 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.77 |
| HSL | 52.65º | 0.73% | 0.13% | - |
| HSV(B) | 52.65º | 0.84% | 0.23% | - |
| XYZ | 3.02 | 3.38 | 0.75 | - |
| YUV | 48.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 9 | 0 | 0.10 | 0.84 | 0.77 | 52.65 | 0.73 | 0.13 |
| Hex | 3A | 34 | 9 | 0 | A | 54 | 4D | 35 | 49 | D |
| Octal | 72 | 64 | 11 | 0 | 12 | 124 | 115 | 65 | 111 | 15 |
| Binary | 111010 | 110100 | 1001 | 0 | 1010 | 1010100 | 1001101 | 110101 | 1001001 | 1101 |
Color Harmonies of #3A3409
Complementary color
Monochromatic Colors of #3A3409
Black with #3A3409
Text Example
Text Example
White with #3A3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3409; }
p { color: rgb(58,52,9); }
H1.HeaderClassName
{
color: #3A3409;
}
.AnyTagClassName
{
color: #3A3409;
}
</style>
background-color css
<style>
a { background-color: #3A3409; }
a { background-color: rgb(58,52,9); }
div.DivClassName
{
background-color: #3A3409;
}
.BgClassName
{
background-color: #3A3409;
}
</style>
border-color css
<style>
span { border-color: #3A3409; }
span { border-color: rgb(58,52,9); }
td.TdClassName
{
border-color: #3A3409;
}
.TagClassName
{
border-color: #3A3409;
}
</style>