Shades of Mikado #3B3217
Tints of Mikado #3B3217
RGB
CMYK
RGB Variations
Color information
#3B3217 (or 0x3B3217) is known color: Mikado. HEX triplet: 3B, 32 and 17. RGB value is (59,50,23). Sum of RGB (Red+Green+Blue) = 59+50+23=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3217 is #C4CDE8. Grayscale: #313131. Windows color (decimal): -12897769 or 1520187. OLE color: 1520187.
HSL color Cylindrical-coordinate representation of color #3B3217: hue angle of 45º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B3217 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 23 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.77 |
| HSL | 45º | 0.44% | 0.16% | - |
| HSV(B) | 45º | 0.61% | 0.23% | - |
| XYZ | 3.1 | 3.27 | 1.28 | - |
| YUV | 49.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 23 | 0 | 0.15 | 0.61 | 0.77 | 45 | 0.44 | 0.16 |
| Hex | 3B | 32 | 17 | 0 | F | 3D | 4D | 2D | 2C | 10 |
| Octal | 73 | 62 | 27 | 0 | 17 | 75 | 115 | 55 | 54 | 20 |
| Binary | 111011 | 110010 | 10111 | 0 | 1111 | 111101 | 1001101 | 101101 | 101100 | 10000 |
Color Harmonies of #3B3217
Complementary color
Monochromatic Colors of #3B3217
Black with #3B3217
Text Example
Text Example
White with #3B3217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3217; }
p { color: rgb(59,50,23); }
H1.HeaderClassName
{
color: #3B3217;
}
.AnyTagClassName
{
color: #3B3217;
}
</style>
background-color css
<style>
a { background-color: #3B3217; }
a { background-color: rgb(59,50,23); }
div.DivClassName
{
background-color: #3B3217;
}
.BgClassName
{
background-color: #3B3217;
}
</style>
border-color css
<style>
span { border-color: #3B3217; }
span { border-color: rgb(59,50,23); }
td.TdClassName
{
border-color: #3B3217;
}
.TagClassName
{
border-color: #3B3217;
}
</style>