Shades of Maire #372D06
Tints of Maire #372D06
RGB
CMYK
RGB Variations
Color information
#372D06 (or 0x372D06) is known color: Maire. HEX triplet: 37, 2D and 06. RGB value is (55,45,6). Sum of RGB (Red+Green+Blue) = 55+45+6=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #372D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D06 is #C8D2F9. Grayscale: #2B2B2B. Windows color (decimal): -13161210 or 404791. OLE color: 404791.
HSL color Cylindrical-coordinate representation of color #372D06: hue angle of 47.76º 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 #372D06 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 45 | 6 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.78 |
| HSL | 47.76º | 0.8% | 0.12% | - |
| HSV(B) | 47.76º | 0.89% | 0.22% | - |
| XYZ | 2.55 | 2.7 | 0.56 | - |
| YUV | 43.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 6 | 0 | 0.18 | 0.89 | 0.78 | 47.76 | 0.8 | 0.12 |
| Hex | 37 | 2D | 6 | 0 | 12 | 59 | 4E | 30 | 50 | C |
| Octal | 67 | 55 | 6 | 0 | 22 | 131 | 116 | 60 | 120 | 14 |
| Binary | 110111 | 101101 | 110 | 0 | 10010 | 1011001 | 1001110 | 110000 | 1010000 | 1100 |
Color Harmonies of #372D06
Complementary color
Monochromatic Colors of #372D06
Black with #372D06
Text Example
Text Example
White with #372D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D06; }
p { color: rgb(55,45,6); }
H1.HeaderClassName
{
color: #372D06;
}
.AnyTagClassName
{
color: #372D06;
}
</style>
background-color css
<style>
a { background-color: #372D06; }
a { background-color: rgb(55,45,6); }
div.DivClassName
{
background-color: #372D06;
}
.BgClassName
{
background-color: #372D06;
}
</style>
border-color css
<style>
span { border-color: #372D06; }
span { border-color: rgb(55,45,6); }
td.TdClassName
{
border-color: #372D06;
}
.TagClassName
{
border-color: #372D06;
}
</style>