Shades of Mikado #3A3208
Tints of Mikado #3A3208
RGB
CMYK
RGB Variations
Color information
#3A3208 (or 0x3A3208) is known color: Mikado. HEX triplet: 3A, 32 and 08. RGB value is (58,50,8). Sum of RGB (Red+Green+Blue) = 58+50+8=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3208 is #C5CDF7. Grayscale: #2F2F2F. Windows color (decimal): -12963320 or 537146. OLE color: 537146.
HSL color Cylindrical-coordinate representation of color #3A3208: hue angle of 50.4º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A3208 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 50 | 8 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.77 |
| HSL | 50.4º | 0.76% | 0.13% | - |
| HSV(B) | 50.4º | 0.86% | 0.23% | - |
| XYZ | 2.93 | 3.2 | 0.69 | - |
| YUV | 47.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 8 | 0 | 0.14 | 0.86 | 0.77 | 50.4 | 0.76 | 0.13 |
| Hex | 3A | 32 | 8 | 0 | E | 56 | 4D | 32 | 4C | D |
| Octal | 72 | 62 | 10 | 0 | 16 | 126 | 115 | 62 | 114 | 15 |
| Binary | 111010 | 110010 | 1000 | 0 | 1110 | 1010110 | 1001101 | 110010 | 1001100 | 1101 |
Color Harmonies of #3A3208
Complementary color
Monochromatic Colors of #3A3208
Black with #3A3208
Text Example
Text Example
White with #3A3208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3208; }
p { color: rgb(58,50,8); }
H1.HeaderClassName
{
color: #3A3208;
}
.AnyTagClassName
{
color: #3A3208;
}
</style>
background-color css
<style>
a { background-color: #3A3208; }
a { background-color: rgb(58,50,8); }
div.DivClassName
{
background-color: #3A3208;
}
.BgClassName
{
background-color: #3A3208;
}
</style>
border-color css
<style>
span { border-color: #3A3208; }
span { border-color: rgb(58,50,8); }
td.TdClassName
{
border-color: #3A3208;
}
.TagClassName
{
border-color: #3A3208;
}
</style>