Shades of Maire #362E04
Tints of Maire #362E04
RGB
CMYK
RGB Variations
Color information
#362E04 (or 0x362E04) is known color: Maire. HEX triplet: 36, 2E and 04. RGB value is (54,46,4). Sum of RGB (Red+Green+Blue) = 54+46+4=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #362E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E04 is #C9D1FB. Grayscale: #2B2B2B. Windows color (decimal): -13226492 or 273974. OLE color: 273974.
HSL color Cylindrical-coordinate representation of color #362E04: hue angle of 50.4º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #362E04 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 46 | 4 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.79 |
| HSL | 50.4º | 0.86% | 0.11% | - |
| HSV(B) | 50.4º | 0.93% | 0.21% | - |
| XYZ | 2.52 | 2.75 | 0.51 | - |
| YUV | 43.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 4 | 0 | 0.15 | 0.93 | 0.79 | 50.4 | 0.86 | 0.11 |
| Hex | 36 | 2E | 4 | 0 | F | 5D | 4F | 32 | 56 | B |
| Octal | 66 | 56 | 4 | 0 | 17 | 135 | 117 | 62 | 126 | 13 |
| Binary | 110110 | 101110 | 100 | 0 | 1111 | 1011101 | 1001111 | 110010 | 1010110 | 1011 |
Color Harmonies of #362E04
Complementary color
Monochromatic Colors of #362E04
Black with #362E04
Text Example
Text Example
White with #362E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E04; }
p { color: rgb(54,46,4); }
H1.HeaderClassName
{
color: #362E04;
}
.AnyTagClassName
{
color: #362E04;
}
</style>
background-color css
<style>
a { background-color: #362E04; }
a { background-color: rgb(54,46,4); }
div.DivClassName
{
background-color: #362E04;
}
.BgClassName
{
background-color: #362E04;
}
</style>
border-color css
<style>
span { border-color: #362E04; }
span { border-color: rgb(54,46,4); }
td.TdClassName
{
border-color: #362E04;
}
.TagClassName
{
border-color: #362E04;
}
</style>