Shades of Maire #372F04
Tints of Maire #372F04
RGB
CMYK
RGB Variations
Color information
#372F04 (or 0x372F04) is known color: Maire. HEX triplet: 37, 2F and 04. RGB value is (55,47,4). Sum of RGB (Red+Green+Blue) = 55+47+4=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #372F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F04 is #C8D0FB. Grayscale: #2C2C2C. Windows color (decimal): -13160700 or 274231. OLE color: 274231.
HSL color Cylindrical-coordinate representation of color #372F04: hue angle of 50.59º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #372F04 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 4 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.78 |
| HSL | 50.59º | 0.86% | 0.12% | - |
| HSV(B) | 50.59º | 0.93% | 0.22% | - |
| XYZ | 2.61 | 2.85 | 0.53 | - |
| YUV | 44.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 4 | 0 | 0.15 | 0.93 | 0.78 | 50.59 | 0.86 | 0.12 |
| Hex | 37 | 2F | 4 | 0 | F | 5D | 4E | 33 | 56 | C |
| Octal | 67 | 57 | 4 | 0 | 17 | 135 | 116 | 63 | 126 | 14 |
| Binary | 110111 | 101111 | 100 | 0 | 1111 | 1011101 | 1001110 | 110011 | 1010110 | 1100 |
Color Harmonies of #372F04
Complementary color
Monochromatic Colors of #372F04
Black with #372F04
Text Example
Text Example
White with #372F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F04; }
p { color: rgb(55,47,4); }
H1.HeaderClassName
{
color: #372F04;
}
.AnyTagClassName
{
color: #372F04;
}
</style>
background-color css
<style>
a { background-color: #372F04; }
a { background-color: rgb(55,47,4); }
div.DivClassName
{
background-color: #372F04;
}
.BgClassName
{
background-color: #372F04;
}
</style>
border-color css
<style>
span { border-color: #372F04; }
span { border-color: rgb(55,47,4); }
td.TdClassName
{
border-color: #372F04;
}
.TagClassName
{
border-color: #372F04;
}
</style>