Shades of Maire #372F0B
Tints of Maire #372F0B
RGB
CMYK
RGB Variations
Color information
#372F0B (or 0x372F0B) is known color: Maire. HEX triplet: 37, 2F and 0B. RGB value is (55,47,11). Sum of RGB (Red+Green+Blue) = 55+47+11=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #372F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F0B is #C8D0F4. Grayscale: #2D2D2D. Windows color (decimal): -13160693 or 732983. OLE color: 732983.
HSL color Cylindrical-coordinate representation of color #372F0B: hue angle of 49.09º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372F0B is Cyan = 0, Magento = 0.15, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 11 | - |
| CMYK | 0 | 0.15 | 0.8 | 0.78 |
| HSL | 49.09º | 0.67% | 0.13% | - |
| HSV(B) | 49.09º | 0.8% | 0.22% | - |
| XYZ | 2.65 | 2.87 | 0.73 | - |
| YUV | 45.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 11 | 0 | 0.15 | 0.8 | 0.78 | 49.09 | 0.67 | 0.13 |
| Hex | 37 | 2F | B | 0 | F | 50 | 4E | 31 | 43 | D |
| Octal | 67 | 57 | 13 | 0 | 17 | 120 | 116 | 61 | 103 | 15 |
| Binary | 110111 | 101111 | 1011 | 0 | 1111 | 1010000 | 1001110 | 110001 | 1000011 | 1101 |
Color Harmonies of #372F0B
Complementary color
Monochromatic Colors of #372F0B
Black with #372F0B
Text Example
Text Example
White with #372F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F0B; }
p { color: rgb(55,47,11); }
H1.HeaderClassName
{
color: #372F0B;
}
.AnyTagClassName
{
color: #372F0B;
}
</style>
background-color css
<style>
a { background-color: #372F0B; }
a { background-color: rgb(55,47,11); }
div.DivClassName
{
background-color: #372F0B;
}
.BgClassName
{
background-color: #372F0B;
}
</style>
border-color css
<style>
span { border-color: #372F0B; }
span { border-color: rgb(55,47,11); }
td.TdClassName
{
border-color: #372F0B;
}
.TagClassName
{
border-color: #372F0B;
}
</style>