Shades of Maire #372E08
Tints of Maire #372E08
RGB
CMYK
RGB Variations
Color information
#372E08 (or 0x372E08) is known color: Maire. HEX triplet: 37, 2E and 08. RGB value is (55,46,8). Sum of RGB (Red+Green+Blue) = 55+46+8=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #372E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E08 is #C8D1F7. Grayscale: #2C2C2C. Windows color (decimal): -13160952 or 536119. OLE color: 536119.
HSL color Cylindrical-coordinate representation of color #372E08: hue angle of 48.51º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #372E08 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 46 | 8 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.78 |
| HSL | 48.51º | 0.75% | 0.12% | - |
| HSV(B) | 48.51º | 0.85% | 0.22% | - |
| XYZ | 2.6 | 2.78 | 0.63 | - |
| YUV | 44.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 8 | 0 | 0.16 | 0.85 | 0.78 | 48.51 | 0.75 | 0.12 |
| Hex | 37 | 2E | 8 | 0 | 10 | 55 | 4E | 31 | 4B | C |
| Octal | 67 | 56 | 10 | 0 | 20 | 125 | 116 | 61 | 113 | 14 |
| Binary | 110111 | 101110 | 1000 | 0 | 10000 | 1010101 | 1001110 | 110001 | 1001011 | 1100 |
Color Harmonies of #372E08
Complementary color
Monochromatic Colors of #372E08
Black with #372E08
Text Example
Text Example
White with #372E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E08; }
p { color: rgb(55,46,8); }
H1.HeaderClassName
{
color: #372E08;
}
.AnyTagClassName
{
color: #372E08;
}
</style>
background-color css
<style>
a { background-color: #372E08; }
a { background-color: rgb(55,46,8); }
div.DivClassName
{
background-color: #372E08;
}
.BgClassName
{
background-color: #372E08;
}
</style>
border-color css
<style>
span { border-color: #372E08; }
span { border-color: rgb(55,46,8); }
td.TdClassName
{
border-color: #372E08;
}
.TagClassName
{
border-color: #372E08;
}
</style>