Shades of Maire #372F08
Tints of Maire #372F08
RGB
CMYK
RGB Variations
Color information
#372F08 (or 0x372F08) is known color: Maire. HEX triplet: 37, 2F and 08. RGB value is (55,47,8). Sum of RGB (Red+Green+Blue) = 55+47+8=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #372F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F08 is #C8D0F7. Grayscale: #2D2D2D. Windows color (decimal): -13160696 or 536375. OLE color: 536375.
HSL color Cylindrical-coordinate representation of color #372F08: hue angle of 49.79º 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 #372F08 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 8 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.78 |
| HSL | 49.79º | 0.75% | 0.12% | - |
| HSV(B) | 49.79º | 0.85% | 0.22% | - |
| XYZ | 2.64 | 2.86 | 0.64 | - |
| YUV | 44.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 8 | 0 | 0.15 | 0.85 | 0.78 | 49.79 | 0.75 | 0.12 |
| Hex | 37 | 2F | 8 | 0 | F | 55 | 4E | 32 | 4B | C |
| Octal | 67 | 57 | 10 | 0 | 17 | 125 | 116 | 62 | 113 | 14 |
| Binary | 110111 | 101111 | 1000 | 0 | 1111 | 1010101 | 1001110 | 110010 | 1001011 | 1100 |
Color Harmonies of #372F08
Complementary color
Monochromatic Colors of #372F08
Black with #372F08
Text Example
Text Example
White with #372F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F08; }
p { color: rgb(55,47,8); }
H1.HeaderClassName
{
color: #372F08;
}
.AnyTagClassName
{
color: #372F08;
}
</style>
background-color css
<style>
a { background-color: #372F08; }
a { background-color: rgb(55,47,8); }
div.DivClassName
{
background-color: #372F08;
}
.BgClassName
{
background-color: #372F08;
}
</style>
border-color css
<style>
span { border-color: #372F08; }
span { border-color: rgb(55,47,8); }
td.TdClassName
{
border-color: #372F08;
}
.TagClassName
{
border-color: #372F08;
}
</style>