Shades of Maire #372E06
Tints of Maire #372E06
RGB
CMYK
RGB Variations
Color information
#372E06 (or 0x372E06) is known color: Maire. HEX triplet: 37, 2E and 06. RGB value is (55,46,6). Sum of RGB (Red+Green+Blue) = 55+46+6=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #372E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E06 is #C8D1F9. Grayscale: #2C2C2C. Windows color (decimal): -13160954 or 405047. OLE color: 405047.
HSL color Cylindrical-coordinate representation of color #372E06: hue angle of 48.98º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #372E06 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 46 | 6 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.78 |
| HSL | 48.98º | 0.8% | 0.12% | - |
| HSV(B) | 48.98º | 0.89% | 0.22% | - |
| XYZ | 2.59 | 2.78 | 0.57 | - |
| YUV | 44.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 6 | 0 | 0.16 | 0.89 | 0.78 | 48.98 | 0.8 | 0.12 |
| Hex | 37 | 2E | 6 | 0 | 10 | 59 | 4E | 31 | 50 | C |
| Octal | 67 | 56 | 6 | 0 | 20 | 131 | 116 | 61 | 120 | 14 |
| Binary | 110111 | 101110 | 110 | 0 | 10000 | 1011001 | 1001110 | 110001 | 1010000 | 1100 |
Color Harmonies of #372E06
Complementary color
Monochromatic Colors of #372E06
Black with #372E06
Text Example
Text Example
White with #372E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E06; }
p { color: rgb(55,46,6); }
H1.HeaderClassName
{
color: #372E06;
}
.AnyTagClassName
{
color: #372E06;
}
</style>
background-color css
<style>
a { background-color: #372E06; }
a { background-color: rgb(55,46,6); }
div.DivClassName
{
background-color: #372E06;
}
.BgClassName
{
background-color: #372E06;
}
</style>
border-color css
<style>
span { border-color: #372E06; }
span { border-color: rgb(55,46,6); }
td.TdClassName
{
border-color: #372E06;
}
.TagClassName
{
border-color: #372E06;
}
</style>