Shades of Maire #372F09
Tints of Maire #372F09
RGB
CMYK
RGB Variations
Color information
#372F09 (or 0x372F09) is known color: Maire. HEX triplet: 37, 2F and 09. RGB value is (55,47,9). Sum of RGB (Red+Green+Blue) = 55+47+9=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F09 is #C8D0F6. Grayscale: #2D2D2D. Windows color (decimal): -13160695 or 601911. OLE color: 601911.
HSL color Cylindrical-coordinate representation of color #372F09: hue angle of 49.57º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #372F09 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 9 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.78 |
| HSL | 49.57º | 0.72% | 0.13% | - |
| HSV(B) | 49.57º | 0.84% | 0.22% | - |
| XYZ | 2.64 | 2.86 | 0.67 | - |
| YUV | 45.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 9 | 0 | 0.15 | 0.84 | 0.78 | 49.57 | 0.72 | 0.13 |
| Hex | 37 | 2F | 9 | 0 | F | 54 | 4E | 32 | 48 | D |
| Octal | 67 | 57 | 11 | 0 | 17 | 124 | 116 | 62 | 110 | 15 |
| Binary | 110111 | 101111 | 1001 | 0 | 1111 | 1010100 | 1001110 | 110010 | 1001000 | 1101 |
Color Harmonies of #372F09
Complementary color
Monochromatic Colors of #372F09
Black with #372F09
Text Example
Text Example
White with #372F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F09; }
p { color: rgb(55,47,9); }
H1.HeaderClassName
{
color: #372F09;
}
.AnyTagClassName
{
color: #372F09;
}
</style>
background-color css
<style>
a { background-color: #372F09; }
a { background-color: rgb(55,47,9); }
div.DivClassName
{
background-color: #372F09;
}
.BgClassName
{
background-color: #372F09;
}
</style>
border-color css
<style>
span { border-color: #372F09; }
span { border-color: rgb(55,47,9); }
td.TdClassName
{
border-color: #372F09;
}
.TagClassName
{
border-color: #372F09;
}
</style>