Shades of Mikado #3A321A
Tints of Mikado #3A321A
RGB
CMYK
RGB Variations
Color information
#3A321A (or 0x3A321A) is known color: Mikado. HEX triplet: 3A, 32 and 1A. RGB value is (58,50,26). Sum of RGB (Red+Green+Blue) = 58+50+26=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 58 - color contains mainly: red. Hex color #3A321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A321A is #C5CDE5. Grayscale: #313131. Windows color (decimal): -12963302 or 1716794. OLE color: 1716794.
HSL color Cylindrical-coordinate representation of color #3A321A: hue angle of 45º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A321A is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 50 | 26 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.77 |
| HSL | 45º | 0.38% | 0.16% | - |
| HSV(B) | 45º | 0.55% | 0.23% | - |
| XYZ | 3.07 | 3.26 | 1.44 | - |
| YUV | 49.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 26 | 0 | 0.14 | 0.55 | 0.77 | 45 | 0.38 | 0.16 |
| Hex | 3A | 32 | 1A | 0 | E | 37 | 4D | 2D | 26 | 10 |
| Octal | 72 | 62 | 32 | 0 | 16 | 67 | 115 | 55 | 46 | 20 |
| Binary | 111010 | 110010 | 11010 | 0 | 1110 | 110111 | 1001101 | 101101 | 100110 | 10000 |
Color Harmonies of #3A321A
Complementary color
Monochromatic Colors of #3A321A
Black with #3A321A
Text Example
Text Example
White with #3A321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A321A; }
p { color: rgb(58,50,26); }
H1.HeaderClassName
{
color: #3A321A;
}
.AnyTagClassName
{
color: #3A321A;
}
</style>
background-color css
<style>
a { background-color: #3A321A; }
a { background-color: rgb(58,50,26); }
div.DivClassName
{
background-color: #3A321A;
}
.BgClassName
{
background-color: #3A321A;
}
</style>
border-color css
<style>
span { border-color: #3A321A; }
span { border-color: rgb(58,50,26); }
td.TdClassName
{
border-color: #3A321A;
}
.TagClassName
{
border-color: #3A321A;
}
</style>