Shades of Mikado #3B3505
Tints of Mikado #3B3505
RGB
CMYK
RGB Variations
Color information
#3B3505 (or 0x3B3505) is known color: Mikado. HEX triplet: 3B, 35 and 05. RGB value is (59,53,5). Sum of RGB (Red+Green+Blue) = 59+53+5=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3505 is #C4CAFA. Grayscale: #313131. Windows color (decimal): -12897019 or 341307. OLE color: 341307.
HSL color Cylindrical-coordinate representation of color #3B3505: hue angle of 53.33º 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 #3B3505 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 5 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.77 |
| HSL | 53.33º | 0.84% | 0.13% | - |
| HSV(B) | 53.33º | 0.92% | 0.23% | - |
| XYZ | 3.1 | 3.49 | 0.65 | - |
| YUV | 49.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 5 | 0 | 0.10 | 0.92 | 0.77 | 53.33 | 0.84 | 0.13 |
| Hex | 3B | 35 | 5 | 0 | A | 5C | 4D | 35 | 54 | D |
| Octal | 73 | 65 | 5 | 0 | 12 | 134 | 115 | 65 | 124 | 15 |
| Binary | 111011 | 110101 | 101 | 0 | 1010 | 1011100 | 1001101 | 110101 | 1010100 | 1101 |
Color Harmonies of #3B3505
Complementary color
Monochromatic Colors of #3B3505
Black with #3B3505
Text Example
Text Example
White with #3B3505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3505; }
p { color: rgb(59,53,5); }
H1.HeaderClassName
{
color: #3B3505;
}
.AnyTagClassName
{
color: #3B3505;
}
</style>
background-color css
<style>
a { background-color: #3B3505; }
a { background-color: rgb(59,53,5); }
div.DivClassName
{
background-color: #3B3505;
}
.BgClassName
{
background-color: #3B3505;
}
</style>
border-color css
<style>
span { border-color: #3B3505; }
span { border-color: rgb(59,53,5); }
td.TdClassName
{
border-color: #3B3505;
}
.TagClassName
{
border-color: #3B3505;
}
</style>