Shades of Maire #372E00
Tints of Maire #372E00
RGB
CMYK
RGB Variations
Color information
#372E00 (or 0x372E00) is known color: Maire. HEX triplet: 37, 2E and 00. RGB value is (55,46,0). Sum of RGB (Red+Green+Blue) = 55+46+0=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #372E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E00 is #C8D1FF. Grayscale: #2B2B2B. Windows color (decimal): -13160960 or 11831. OLE color: 11831.
HSL color Cylindrical-coordinate representation of color #372E00: hue angle of 50.18º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #372E00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 46 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.78 |
| HSL | 50.18º | 1% | 0.11% | - |
| HSV(B) | 50.18º | 1% | 0.22% | - |
| XYZ | 2.55 | 2.77 | 0.4 | - |
| YUV | 43.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 0 | 0 | 0.16 | 1 | 0.78 | 50.18 | 1 | 0.11 |
| Hex | 37 | 2E | 0 | 0 | 10 | 64 | 4E | 32 | 64 | B |
| Octal | 67 | 56 | 0 | 0 | 20 | 144 | 116 | 62 | 144 | 13 |
| Binary | 110111 | 101110 | 0 | 0 | 10000 | 1100100 | 1001110 | 110010 | 1100100 | 1011 |
Color Harmonies of #372E00
Complementary color
Monochromatic Colors of #372E00
Black with #372E00
Text Example
Text Example
White with #372E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E00; }
p { color: rgb(55,46,0); }
H1.HeaderClassName
{
color: #372E00;
}
.AnyTagClassName
{
color: #372E00;
}
</style>
background-color css
<style>
a { background-color: #372E00; }
a { background-color: rgb(55,46,0); }
div.DivClassName
{
background-color: #372E00;
}
.BgClassName
{
background-color: #372E00;
}
</style>
border-color css
<style>
span { border-color: #372E00; }
span { border-color: rgb(55,46,0); }
td.TdClassName
{
border-color: #372E00;
}
.TagClassName
{
border-color: #372E00;
}
</style>