Shades of Maire #362F14
Tints of Maire #362F14
RGB
CMYK
RGB Variations
Color information
#362F14 (or 0x362F14) is known color: Maire. HEX triplet: 36, 2F and 14. RGB value is (54,47,20). Sum of RGB (Red+Green+Blue) = 54+47+20=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #362F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362F14 is #C9D0EB. Grayscale: #2E2E2E. Windows color (decimal): -13226220 or 1322806. OLE color: 1322806.
HSL color Cylindrical-coordinate representation of color #362F14: hue angle of 47.65º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362F14 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 20 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.79 |
| HSL | 47.65º | 0.46% | 0.15% | - |
| HSV(B) | 47.65º | 0.63% | 0.21% | - |
| XYZ | 2.66 | 2.87 | 1.07 | - |
| YUV | 46.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 20 | 0 | 0.13 | 0.63 | 0.79 | 47.65 | 0.46 | 0.15 |
| Hex | 36 | 2F | 14 | 0 | D | 3F | 4F | 30 | 2E | F |
| Octal | 66 | 57 | 24 | 0 | 15 | 77 | 117 | 60 | 56 | 17 |
| Binary | 110110 | 101111 | 10100 | 0 | 1101 | 111111 | 1001111 | 110000 | 101110 | 1111 |
Color Harmonies of #362F14
Complementary color
Monochromatic Colors of #362F14
Black with #362F14
Text Example
Text Example
White with #362F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F14; }
p { color: rgb(54,47,20); }
H1.HeaderClassName
{
color: #362F14;
}
.AnyTagClassName
{
color: #362F14;
}
</style>
background-color css
<style>
a { background-color: #362F14; }
a { background-color: rgb(54,47,20); }
div.DivClassName
{
background-color: #362F14;
}
.BgClassName
{
background-color: #362F14;
}
</style>
border-color css
<style>
span { border-color: #362F14; }
span { border-color: rgb(54,47,20); }
td.TdClassName
{
border-color: #362F14;
}
.TagClassName
{
border-color: #362F14;
}
</style>