Shades of Mikado #3B3116
Tints of Mikado #3B3116
RGB
CMYK
RGB Variations
Color information
#3B3116 (or 0x3B3116) is known color: Mikado. HEX triplet: 3B, 31 and 16. RGB value is (59,49,22). Sum of RGB (Red+Green+Blue) = 59+49+22=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3116 is #C4CEE9. Grayscale: #313131. Windows color (decimal): -12898026 or 1454395. OLE color: 1454395.
HSL color Cylindrical-coordinate representation of color #3B3116: hue angle of 43.78º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B3116 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 49 | 22 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.77 |
| HSL | 43.78º | 0.46% | 0.16% | - |
| HSV(B) | 43.78º | 0.63% | 0.23% | - |
| XYZ | 3.05 | 3.18 | 1.21 | - |
| YUV | 48.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 22 | 0 | 0.17 | 0.63 | 0.77 | 43.78 | 0.46 | 0.16 |
| Hex | 3B | 31 | 16 | 0 | 11 | 3F | 4D | 2C | 2E | 10 |
| Octal | 73 | 61 | 26 | 0 | 21 | 77 | 115 | 54 | 56 | 20 |
| Binary | 111011 | 110001 | 10110 | 0 | 10001 | 111111 | 1001101 | 101100 | 101110 | 10000 |
Color Harmonies of #3B3116
Complementary color
Monochromatic Colors of #3B3116
Black with #3B3116
Text Example
Text Example
White with #3B3116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3116; }
p { color: rgb(59,49,22); }
H1.HeaderClassName
{
color: #3B3116;
}
.AnyTagClassName
{
color: #3B3116;
}
</style>
background-color css
<style>
a { background-color: #3B3116; }
a { background-color: rgb(59,49,22); }
div.DivClassName
{
background-color: #3B3116;
}
.BgClassName
{
background-color: #3B3116;
}
</style>
border-color css
<style>
span { border-color: #3B3116; }
span { border-color: rgb(59,49,22); }
td.TdClassName
{
border-color: #3B3116;
}
.TagClassName
{
border-color: #3B3116;
}
</style>