Shades of Mikado #362E15
Tints of Mikado #362E15
RGB
CMYK
RGB Variations
Color information
#362E15 (or 0x362E15) is known color: Mikado. HEX triplet: 36, 2E and 15. RGB value is (54,46,21). Sum of RGB (Red+Green+Blue) = 54+46+21=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #362E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E15 is #C9D1EA. Grayscale: #2D2D2D. Windows color (decimal): -13226475 or 1388086. OLE color: 1388086.
HSL color Cylindrical-coordinate representation of color #362E15: hue angle of 45.45º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #362E15 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 46 | 21 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.79 |
| HSL | 45.45º | 0.44% | 0.15% | - |
| HSV(B) | 45.45º | 0.61% | 0.21% | - |
| XYZ | 2.63 | 2.79 | 1.11 | - |
| YUV | 45.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 21 | 0 | 0.15 | 0.61 | 0.79 | 45.45 | 0.44 | 0.15 |
| Hex | 36 | 2E | 15 | 0 | F | 3D | 4F | 2D | 2C | F |
| Octal | 66 | 56 | 25 | 0 | 17 | 75 | 117 | 55 | 54 | 17 |
| Binary | 110110 | 101110 | 10101 | 0 | 1111 | 111101 | 1001111 | 101101 | 101100 | 1111 |
Color Harmonies of #362E15
Complementary color
Monochromatic Colors of #362E15
Black with #362E15
Text Example
Text Example
White with #362E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E15; }
p { color: rgb(54,46,21); }
H1.HeaderClassName
{
color: #362E15;
}
.AnyTagClassName
{
color: #362E15;
}
</style>
background-color css
<style>
a { background-color: #362E15; }
a { background-color: rgb(54,46,21); }
div.DivClassName
{
background-color: #362E15;
}
.BgClassName
{
background-color: #362E15;
}
</style>
border-color css
<style>
span { border-color: #362E15; }
span { border-color: rgb(54,46,21); }
td.TdClassName
{
border-color: #362E15;
}
.TagClassName
{
border-color: #362E15;
}
</style>