Shades of Mikado #3B3405
Tints of Mikado #3B3405
RGB
CMYK
RGB Variations
Color information
#3B3405 (or 0x3B3405) is known color: Mikado. HEX triplet: 3B, 34 and 05. RGB value is (59,52,5). Sum of RGB (Red+Green+Blue) = 59+52+5=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3405 is #C4CBFA. Grayscale: #303030. Windows color (decimal): -12897275 or 341051. OLE color: 341051.
HSL color Cylindrical-coordinate representation of color #3B3405: hue angle of 52.22º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B3405 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 52 | 5 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.77 |
| HSL | 52.22º | 0.84% | 0.13% | - |
| HSV(B) | 52.22º | 0.92% | 0.23% | - |
| XYZ | 3.06 | 3.4 | 0.64 | - |
| YUV | 48.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 5 | 0 | 0.12 | 0.92 | 0.77 | 52.22 | 0.84 | 0.13 |
| Hex | 3B | 34 | 5 | 0 | C | 5C | 4D | 34 | 54 | D |
| Octal | 73 | 64 | 5 | 0 | 14 | 134 | 115 | 64 | 124 | 15 |
| Binary | 111011 | 110100 | 101 | 0 | 1100 | 1011100 | 1001101 | 110100 | 1010100 | 1101 |
Color Harmonies of #3B3405
Complementary color
Monochromatic Colors of #3B3405
Black with #3B3405
Text Example
Text Example
White with #3B3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3405; }
p { color: rgb(59,52,5); }
H1.HeaderClassName
{
color: #3B3405;
}
.AnyTagClassName
{
color: #3B3405;
}
</style>
background-color css
<style>
a { background-color: #3B3405; }
a { background-color: rgb(59,52,5); }
div.DivClassName
{
background-color: #3B3405;
}
.BgClassName
{
background-color: #3B3405;
}
</style>
border-color css
<style>
span { border-color: #3B3405; }
span { border-color: rgb(59,52,5); }
td.TdClassName
{
border-color: #3B3405;
}
.TagClassName
{
border-color: #3B3405;
}
</style>