Shades of Maire #372F0A
Tints of Maire #372F0A
RGB
CMYK
RGB Variations
Color information
#372F0A (or 0x372F0A) is known color: Maire. HEX triplet: 37, 2F and 0A. RGB value is (55,47,10). Sum of RGB (Red+Green+Blue) = 55+47+10=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #372F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F0A is #C8D0F5. Grayscale: #2D2D2D. Windows color (decimal): -13160694 or 667447. OLE color: 667447.
HSL color Cylindrical-coordinate representation of color #372F0A: hue angle of 49.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #372F0A is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 10 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.78 |
| HSL | 49.33º | 0.69% | 0.13% | - |
| HSV(B) | 49.33º | 0.82% | 0.22% | - |
| XYZ | 2.65 | 2.87 | 0.7 | - |
| YUV | 45.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 10 | 0 | 0.15 | 0.82 | 0.78 | 49.33 | 0.69 | 0.13 |
| Hex | 37 | 2F | A | 0 | F | 52 | 4E | 31 | 45 | D |
| Octal | 67 | 57 | 12 | 0 | 17 | 122 | 116 | 61 | 105 | 15 |
| Binary | 110111 | 101111 | 1010 | 0 | 1111 | 1010010 | 1001110 | 110001 | 1000101 | 1101 |
Color Harmonies of #372F0A
Complementary color
Monochromatic Colors of #372F0A
Black with #372F0A
Text Example
Text Example
White with #372F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F0A; }
p { color: rgb(55,47,10); }
H1.HeaderClassName
{
color: #372F0A;
}
.AnyTagClassName
{
color: #372F0A;
}
</style>
background-color css
<style>
a { background-color: #372F0A; }
a { background-color: rgb(55,47,10); }
div.DivClassName
{
background-color: #372F0A;
}
.BgClassName
{
background-color: #372F0A;
}
</style>
border-color css
<style>
span { border-color: #372F0A; }
span { border-color: rgb(55,47,10); }
td.TdClassName
{
border-color: #372F0A;
}
.TagClassName
{
border-color: #372F0A;
}
</style>