Shades of Mikado #3B3006
Tints of Mikado #3B3006
RGB
CMYK
RGB Variations
Color information
#3B3006 (or 0x3B3006) is known color: Mikado. HEX triplet: 3B, 30 and 06. RGB value is (59,48,6). Sum of RGB (Red+Green+Blue) = 59+48+6=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3006 is #C4CFF9. Grayscale: #2E2E2E. Windows color (decimal): -12898298 or 405563. OLE color: 405563.
HSL color Cylindrical-coordinate representation of color #3B3006: hue angle of 47.55º 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 #3B3006 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 6 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.77 |
| HSL | 47.55º | 0.82% | 0.13% | - |
| HSV(B) | 47.55º | 0.9% | 0.23% | - |
| XYZ | 2.89 | 3.06 | 0.61 | - |
| YUV | 46.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 6 | 0 | 0.19 | 0.90 | 0.77 | 47.55 | 0.82 | 0.13 |
| Hex | 3B | 30 | 6 | 0 | 13 | 5A | 4D | 30 | 52 | D |
| Octal | 73 | 60 | 6 | 0 | 23 | 132 | 115 | 60 | 122 | 15 |
| Binary | 111011 | 110000 | 110 | 0 | 10011 | 1011010 | 1001101 | 110000 | 1010010 | 1101 |
Color Harmonies of #3B3006
Complementary color
Monochromatic Colors of #3B3006
Black with #3B3006
Text Example
Text Example
White with #3B3006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3006; }
p { color: rgb(59,48,6); }
H1.HeaderClassName
{
color: #3B3006;
}
.AnyTagClassName
{
color: #3B3006;
}
</style>
background-color css
<style>
a { background-color: #3B3006; }
a { background-color: rgb(59,48,6); }
div.DivClassName
{
background-color: #3B3006;
}
.BgClassName
{
background-color: #3B3006;
}
</style>
border-color css
<style>
span { border-color: #3B3006; }
span { border-color: rgb(59,48,6); }
td.TdClassName
{
border-color: #3B3006;
}
.TagClassName
{
border-color: #3B3006;
}
</style>