Shades of Mikado #3B3214
Tints of Mikado #3B3214
RGB
CMYK
RGB Variations
Color information
#3B3214 (or 0x3B3214) is known color: Mikado. HEX triplet: 3B, 32 and 14. RGB value is (59,50,20). Sum of RGB (Red+Green+Blue) = 59+50+20=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3214 is #C4CDEB. Grayscale: #313131. Windows color (decimal): -12897772 or 1323579. OLE color: 1323579.
HSL color Cylindrical-coordinate representation of color #3B3214: hue angle of 46.15º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B3214 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 20 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.77 |
| HSL | 46.15º | 0.49% | 0.15% | - |
| HSV(B) | 46.15º | 0.66% | 0.23% | - |
| XYZ | 3.07 | 3.26 | 1.13 | - |
| YUV | 49.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 20 | 0 | 0.15 | 0.66 | 0.77 | 46.15 | 0.49 | 0.15 |
| Hex | 3B | 32 | 14 | 0 | F | 42 | 4D | 2E | 31 | F |
| Octal | 73 | 62 | 24 | 0 | 17 | 102 | 115 | 56 | 61 | 17 |
| Binary | 111011 | 110010 | 10100 | 0 | 1111 | 1000010 | 1001101 | 101110 | 110001 | 1111 |
Color Harmonies of #3B3214
Complementary color
Monochromatic Colors of #3B3214
Black with #3B3214
Text Example
Text Example
White with #3B3214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3214; }
p { color: rgb(59,50,20); }
H1.HeaderClassName
{
color: #3B3214;
}
.AnyTagClassName
{
color: #3B3214;
}
</style>
background-color css
<style>
a { background-color: #3B3214; }
a { background-color: rgb(59,50,20); }
div.DivClassName
{
background-color: #3B3214;
}
.BgClassName
{
background-color: #3B3214;
}
</style>
border-color css
<style>
span { border-color: #3B3214; }
span { border-color: rgb(59,50,20); }
td.TdClassName
{
border-color: #3B3214;
}
.TagClassName
{
border-color: #3B3214;
}
</style>