Shades of Maire #362F12
Tints of Maire #362F12
RGB
CMYK
RGB Variations
Color information
#362F12 (or 0x362F12) is known color: Maire. HEX triplet: 36, 2F and 12. RGB value is (54,47,18). Sum of RGB (Red+Green+Blue) = 54+47+18=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #362F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362F12 is #C9D0ED. Grayscale: #2D2D2D. Windows color (decimal): -13226222 or 1191734. OLE color: 1191734.
HSL color Cylindrical-coordinate representation of color #362F12: hue angle of 48.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #362F12 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 18 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.79 |
| HSL | 48.33º | 0.5% | 0.14% | - |
| HSV(B) | 48.33º | 0.67% | 0.21% | - |
| XYZ | 2.65 | 2.86 | 0.98 | - |
| YUV | 45.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 18 | 0 | 0.13 | 0.67 | 0.79 | 48.33 | 0.5 | 0.14 |
| Hex | 36 | 2F | 12 | 0 | D | 43 | 4F | 30 | 32 | E |
| Octal | 66 | 57 | 22 | 0 | 15 | 103 | 117 | 60 | 62 | 16 |
| Binary | 110110 | 101111 | 10010 | 0 | 1101 | 1000011 | 1001111 | 110000 | 110010 | 1110 |
Color Harmonies of #362F12
Complementary color
Monochromatic Colors of #362F12
Black with #362F12
Text Example
Text Example
White with #362F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F12; }
p { color: rgb(54,47,18); }
H1.HeaderClassName
{
color: #362F12;
}
.AnyTagClassName
{
color: #362F12;
}
</style>
background-color css
<style>
a { background-color: #362F12; }
a { background-color: rgb(54,47,18); }
div.DivClassName
{
background-color: #362F12;
}
.BgClassName
{
background-color: #362F12;
}
</style>
border-color css
<style>
span { border-color: #362F12; }
span { border-color: rgb(54,47,18); }
td.TdClassName
{
border-color: #362F12;
}
.TagClassName
{
border-color: #362F12;
}
</style>