Shades of Mikado #3A3202
Tints of Mikado #3A3202
RGB
CMYK
RGB Variations
Color information
#3A3202 (or 0x3A3202) is known color: Mikado. HEX triplet: 3A, 32 and 02. RGB value is (58,50,2). Sum of RGB (Red+Green+Blue) = 58+50+2=110 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.73% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3202 is #C5CDFD. Grayscale: #2F2F2F. Windows color (decimal): -12963326 or 143930. OLE color: 143930.
HSL color Cylindrical-coordinate representation of color #3A3202: hue angle of 51.43º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A3202 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 50 | 2 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.77 |
| HSL | 51.43º | 0.93% | 0.12% | - |
| HSV(B) | 51.43º | 0.97% | 0.23% | - |
| XYZ | 2.9 | 3.19 | 0.52 | - |
| YUV | 46.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 2 | 0 | 0.14 | 0.97 | 0.77 | 51.43 | 0.93 | 0.12 |
| Hex | 3A | 32 | 2 | 0 | E | 61 | 4D | 33 | 5D | C |
| Octal | 72 | 62 | 2 | 0 | 16 | 141 | 115 | 63 | 135 | 14 |
| Binary | 111010 | 110010 | 10 | 0 | 1110 | 1100001 | 1001101 | 110011 | 1011101 | 1100 |
Color Harmonies of #3A3202
Complementary color
Monochromatic Colors of #3A3202
Black with #3A3202
Text Example
Text Example
White with #3A3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3202; }
p { color: rgb(58,50,2); }
H1.HeaderClassName
{
color: #3A3202;
}
.AnyTagClassName
{
color: #3A3202;
}
</style>
background-color css
<style>
a { background-color: #3A3202; }
a { background-color: rgb(58,50,2); }
div.DivClassName
{
background-color: #3A3202;
}
.BgClassName
{
background-color: #3A3202;
}
</style>
border-color css
<style>
span { border-color: #3A3202; }
span { border-color: rgb(58,50,2); }
td.TdClassName
{
border-color: #3A3202;
}
.TagClassName
{
border-color: #3A3202;
}
</style>