Shades of Mikado #3B3400
Tints of Mikado #3B3400
RGB
CMYK
RGB Variations
Color information
#3B3400 (or 0x3B3400) is known color: Mikado. HEX triplet: 3B, 34 and 00. RGB value is (59,52,0). Sum of RGB (Red+Green+Blue) = 59+52+0=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3400 is #C4CBFF. Grayscale: #303030. Windows color (decimal): -12897280 or 13371. OLE color: 13371.
HSL color Cylindrical-coordinate representation of color #3B3400: hue angle of 52.88º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B3400 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 52 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.77 |
| HSL | 52.88º | 1% | 0.12% | - |
| HSV(B) | 52.88º | 1% | 0.23% | - |
| XYZ | 3.03 | 3.39 | 0.49 | - |
| YUV | 48.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 0 | 0 | 0.12 | 1 | 0.77 | 52.88 | 1 | 0.12 |
| Hex | 3B | 34 | 0 | 0 | C | 64 | 4D | 35 | 64 | C |
| Octal | 73 | 64 | 0 | 0 | 14 | 144 | 115 | 65 | 144 | 14 |
| Binary | 111011 | 110100 | 0 | 0 | 1100 | 1100100 | 1001101 | 110101 | 1100100 | 1100 |
Color Harmonies of #3B3400
Complementary color
Monochromatic Colors of #3B3400
Black with #3B3400
Text Example
Text Example
White with #3B3400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3400; }
p { color: rgb(59,52,0); }
H1.HeaderClassName
{
color: #3B3400;
}
.AnyTagClassName
{
color: #3B3400;
}
</style>
background-color css
<style>
a { background-color: #3B3400; }
a { background-color: rgb(59,52,0); }
div.DivClassName
{
background-color: #3B3400;
}
.BgClassName
{
background-color: #3B3400;
}
</style>
border-color css
<style>
span { border-color: #3B3400; }
span { border-color: rgb(59,52,0); }
td.TdClassName
{
border-color: #3B3400;
}
.TagClassName
{
border-color: #3B3400;
}
</style>