Shades of Mikado #3B3218
Tints of Mikado #3B3218
RGB
CMYK
RGB Variations
Color information
#3B3218 (or 0x3B3218) is known color: Mikado. HEX triplet: 3B, 32 and 18. RGB value is (59,50,24). Sum of RGB (Red+Green+Blue) = 59+50+24=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3218 is #C4CDE7. Grayscale: #313131. Windows color (decimal): -12897768 or 1585723. OLE color: 1585723.
HSL color Cylindrical-coordinate representation of color #3B3218: hue angle of 44.57º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B3218 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 24 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.77 |
| HSL | 44.57º | 0.42% | 0.16% | - |
| HSV(B) | 44.57º | 0.59% | 0.23% | - |
| XYZ | 3.11 | 3.28 | 1.33 | - |
| YUV | 49.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 24 | 0 | 0.15 | 0.59 | 0.77 | 44.57 | 0.42 | 0.16 |
| Hex | 3B | 32 | 18 | 0 | F | 3B | 4D | 2D | 2A | 10 |
| Octal | 73 | 62 | 30 | 0 | 17 | 73 | 115 | 55 | 52 | 20 |
| Binary | 111011 | 110010 | 11000 | 0 | 1111 | 111011 | 1001101 | 101101 | 101010 | 10000 |
Color Harmonies of #3B3218
Complementary color
Monochromatic Colors of #3B3218
Black with #3B3218
Text Example
Text Example
White with #3B3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3218; }
p { color: rgb(59,50,24); }
H1.HeaderClassName
{
color: #3B3218;
}
.AnyTagClassName
{
color: #3B3218;
}
</style>
background-color css
<style>
a { background-color: #3B3218; }
a { background-color: rgb(59,50,24); }
div.DivClassName
{
background-color: #3B3218;
}
.BgClassName
{
background-color: #3B3218;
}
</style>
border-color css
<style>
span { border-color: #3B3218; }
span { border-color: rgb(59,50,24); }
td.TdClassName
{
border-color: #3B3218;
}
.TagClassName
{
border-color: #3B3218;
}
</style>