Shades of Mikado #3B3319
Tints of Mikado #3B3319
RGB
CMYK
RGB Variations
Color information
#3B3319 (or 0x3B3319) is known color: Mikado. HEX triplet: 3B, 33 and 19. RGB value is (59,51,25). Sum of RGB (Red+Green+Blue) = 59+51+25=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3319 is #C4CCE6. Grayscale: #323232. Windows color (decimal): -12897511 or 1651515. OLE color: 1651515.
HSL color Cylindrical-coordinate representation of color #3B3319: hue angle of 45.88º 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 #3B3319 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 51 | 25 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.77 |
| HSL | 45.88º | 0.4% | 0.16% | - |
| HSV(B) | 45.88º | 0.58% | 0.23% | - |
| XYZ | 3.16 | 3.37 | 1.4 | - |
| YUV | 50.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 25 | 0 | 0.14 | 0.58 | 0.77 | 45.88 | 0.4 | 0.16 |
| Hex | 3B | 33 | 19 | 0 | E | 3A | 4D | 2E | 28 | 10 |
| Octal | 73 | 63 | 31 | 0 | 16 | 72 | 115 | 56 | 50 | 20 |
| Binary | 111011 | 110011 | 11001 | 0 | 1110 | 111010 | 1001101 | 101110 | 101000 | 10000 |
Color Harmonies of #3B3319
Complementary color
Monochromatic Colors of #3B3319
Black with #3B3319
Text Example
Text Example
White with #3B3319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3319; }
p { color: rgb(59,51,25); }
H1.HeaderClassName
{
color: #3B3319;
}
.AnyTagClassName
{
color: #3B3319;
}
</style>
background-color css
<style>
a { background-color: #3B3319; }
a { background-color: rgb(59,51,25); }
div.DivClassName
{
background-color: #3B3319;
}
.BgClassName
{
background-color: #3B3319;
}
</style>
border-color css
<style>
span { border-color: #3B3319; }
span { border-color: rgb(59,51,25); }
td.TdClassName
{
border-color: #3B3319;
}
.TagClassName
{
border-color: #3B3319;
}
</style>