Shades of Mikado #3B3419
Tints of Mikado #3B3419
RGB
CMYK
RGB Variations
Color information
#3B3419 (or 0x3B3419) is known color: Mikado. HEX triplet: 3B, 34 and 19. RGB value is (59,52,25). Sum of RGB (Red+Green+Blue) = 59+52+25=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3419 is #C4CBE6. Grayscale: #333333. Windows color (decimal): -12897255 or 1651771. OLE color: 1651771.
HSL color Cylindrical-coordinate representation of color #3B3419: hue angle of 47.65º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B3419 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 52 | 25 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.77 |
| HSL | 47.65º | 0.4% | 0.16% | - |
| HSV(B) | 47.65º | 0.58% | 0.23% | - |
| XYZ | 3.21 | 3.46 | 1.42 | - |
| YUV | 51.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 25 | 0 | 0.12 | 0.58 | 0.77 | 47.65 | 0.4 | 0.16 |
| Hex | 3B | 34 | 19 | 0 | C | 3A | 4D | 30 | 28 | 10 |
| Octal | 73 | 64 | 31 | 0 | 14 | 72 | 115 | 60 | 50 | 20 |
| Binary | 111011 | 110100 | 11001 | 0 | 1100 | 111010 | 1001101 | 110000 | 101000 | 10000 |
Color Harmonies of #3B3419
Complementary color
Monochromatic Colors of #3B3419
Black with #3B3419
Text Example
Text Example
White with #3B3419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3419; }
p { color: rgb(59,52,25); }
H1.HeaderClassName
{
color: #3B3419;
}
.AnyTagClassName
{
color: #3B3419;
}
</style>
background-color css
<style>
a { background-color: #3B3419; }
a { background-color: rgb(59,52,25); }
div.DivClassName
{
background-color: #3B3419;
}
.BgClassName
{
background-color: #3B3419;
}
</style>
border-color css
<style>
span { border-color: #3B3419; }
span { border-color: rgb(59,52,25); }
td.TdClassName
{
border-color: #3B3419;
}
.TagClassName
{
border-color: #3B3419;
}
</style>