Shades of Mikado #3B3422
Tints of Mikado #3B3422
RGB
CMYK
RGB Variations
Color information
#3B3422 (or 0x3B3422) is known color: Mikado. HEX triplet: 3B, 34 and 22. RGB value is (59,52,34). Sum of RGB (Red+Green+Blue) = 59+52+34=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3422 is #C4CBDD. Grayscale: #343434. Windows color (decimal): -12897246 or 2241595. OLE color: 2241595.
HSL color Cylindrical-coordinate representation of color #3B3422: hue angle of 43.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B3422 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 52 | 34 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.77 |
| HSL | 43.2º | 0.27% | 0.18% | - |
| HSV(B) | 43.2º | 0.42% | 0.23% | - |
| XYZ | 3.32 | 3.5 | 2.01 | - |
| YUV | 52.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 34 | 0 | 0.12 | 0.42 | 0.77 | 43.2 | 0.27 | 0.18 |
| Hex | 3B | 34 | 22 | 0 | C | 2A | 4D | 2B | 1B | 12 |
| Octal | 73 | 64 | 42 | 0 | 14 | 52 | 115 | 53 | 33 | 22 |
| Binary | 111011 | 110100 | 100010 | 0 | 1100 | 101010 | 1001101 | 101011 | 11011 | 10010 |
Color Harmonies of #3B3422
Complementary color
Monochromatic Colors of #3B3422
Black with #3B3422
Text Example
Text Example
White with #3B3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3422; }
p { color: rgb(59,52,34); }
H1.HeaderClassName
{
color: #3B3422;
}
.AnyTagClassName
{
color: #3B3422;
}
</style>
background-color css
<style>
a { background-color: #3B3422; }
a { background-color: rgb(59,52,34); }
div.DivClassName
{
background-color: #3B3422;
}
.BgClassName
{
background-color: #3B3422;
}
</style>
border-color css
<style>
span { border-color: #3B3422; }
span { border-color: rgb(59,52,34); }
td.TdClassName
{
border-color: #3B3422;
}
.TagClassName
{
border-color: #3B3422;
}
</style>