Shades of Mikado #3B2E00
Tints of Mikado #3B2E00
RGB
CMYK
RGB Variations
Color information
#3B2E00 (or 0x3B2E00) is known color: Mikado. HEX triplet: 3B, 2E and 00. RGB value is (59,46,0). Sum of RGB (Red+Green+Blue) = 59+46+0=105 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.19% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2E00 is #C4D1FF. Grayscale: #2C2C2C. Windows color (decimal): -12898816 or 11835. OLE color: 11835.
HSL color Cylindrical-coordinate representation of color #3B2E00: hue angle of 46.78º 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 #3B2E00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 46 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.77 |
| HSL | 46.78º | 1% | 0.12% | - |
| HSV(B) | 46.78º | 1% | 0.23% | - |
| XYZ | 2.78 | 2.88 | 0.41 | - |
| YUV | 44.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 0 | 0 | 0.22 | 1 | 0.77 | 46.78 | 1 | 0.12 |
| Hex | 3B | 2E | 0 | 0 | 16 | 64 | 4D | 2F | 64 | C |
| Octal | 73 | 56 | 0 | 0 | 26 | 144 | 115 | 57 | 144 | 14 |
| Binary | 111011 | 101110 | 0 | 0 | 10110 | 1100100 | 1001101 | 101111 | 1100100 | 1100 |
Color Harmonies of #3B2E00
Complementary color
Monochromatic Colors of #3B2E00
Black with #3B2E00
Text Example
Text Example
White with #3B2E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E00; }
p { color: rgb(59,46,0); }
H1.HeaderClassName
{
color: #3B2E00;
}
.AnyTagClassName
{
color: #3B2E00;
}
</style>
background-color css
<style>
a { background-color: #3B2E00; }
a { background-color: rgb(59,46,0); }
div.DivClassName
{
background-color: #3B2E00;
}
.BgClassName
{
background-color: #3B2E00;
}
</style>
border-color css
<style>
span { border-color: #3B2E00; }
span { border-color: rgb(59,46,0); }
td.TdClassName
{
border-color: #3B2E00;
}
.TagClassName
{
border-color: #3B2E00;
}
</style>