Shades of Mikado #3B3106
Tints of Mikado #3B3106
RGB
CMYK
RGB Variations
Color information
#3B3106 (or 0x3B3106) is known color: Mikado. HEX triplet: 3B, 31 and 06. RGB value is (59,49,6). Sum of RGB (Red+Green+Blue) = 59+49+6=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3106 is #C4CEF9. Grayscale: #2F2F2F. Windows color (decimal): -12898042 or 405819. OLE color: 405819.
HSL color Cylindrical-coordinate representation of color #3B3106: hue angle of 48.68º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B3106 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 49 | 6 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.77 |
| HSL | 48.68º | 0.82% | 0.13% | - |
| HSV(B) | 48.68º | 0.9% | 0.23% | - |
| XYZ | 2.93 | 3.14 | 0.62 | - |
| YUV | 47.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 6 | 0 | 0.17 | 0.90 | 0.77 | 48.68 | 0.82 | 0.13 |
| Hex | 3B | 31 | 6 | 0 | 11 | 5A | 4D | 31 | 52 | D |
| Octal | 73 | 61 | 6 | 0 | 21 | 132 | 115 | 61 | 122 | 15 |
| Binary | 111011 | 110001 | 110 | 0 | 10001 | 1011010 | 1001101 | 110001 | 1010010 | 1101 |
Color Harmonies of #3B3106
Complementary color
Monochromatic Colors of #3B3106
Black with #3B3106
Text Example
Text Example
White with #3B3106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3106; }
p { color: rgb(59,49,6); }
H1.HeaderClassName
{
color: #3B3106;
}
.AnyTagClassName
{
color: #3B3106;
}
</style>
background-color css
<style>
a { background-color: #3B3106; }
a { background-color: rgb(59,49,6); }
div.DivClassName
{
background-color: #3B3106;
}
.BgClassName
{
background-color: #3B3106;
}
</style>
border-color css
<style>
span { border-color: #3B3106; }
span { border-color: rgb(59,49,6); }
td.TdClassName
{
border-color: #3B3106;
}
.TagClassName
{
border-color: #3B3106;
}
</style>