Shades of Maire #372D0A
Tints of Maire #372D0A
RGB
CMYK
RGB Variations
Color information
#372D0A (or 0x372D0A) is known color: Maire. HEX triplet: 37, 2D and 0A. RGB value is (55,45,10). Sum of RGB (Red+Green+Blue) = 55+45+10=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #372D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D0A is #C8D2F5. Grayscale: #2C2C2C. Windows color (decimal): -13161206 or 666935. OLE color: 666935.
HSL color Cylindrical-coordinate representation of color #372D0A: hue angle of 46.67º 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 #372D0A is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 45 | 10 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.78 |
| HSL | 46.67º | 0.69% | 0.13% | - |
| HSV(B) | 46.67º | 0.82% | 0.22% | - |
| XYZ | 2.57 | 2.71 | 0.68 | - |
| YUV | 44 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 10 | 0 | 0.18 | 0.82 | 0.78 | 46.67 | 0.69 | 0.13 |
| Hex | 37 | 2D | A | 0 | 12 | 52 | 4E | 2F | 45 | D |
| Octal | 67 | 55 | 12 | 0 | 22 | 122 | 116 | 57 | 105 | 15 |
| Binary | 110111 | 101101 | 1010 | 0 | 10010 | 1010010 | 1001110 | 101111 | 1000101 | 1101 |
Color Harmonies of #372D0A
Complementary color
Monochromatic Colors of #372D0A
Black with #372D0A
Text Example
Text Example
White with #372D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D0A; }
p { color: rgb(55,45,10); }
H1.HeaderClassName
{
color: #372D0A;
}
.AnyTagClassName
{
color: #372D0A;
}
</style>
background-color css
<style>
a { background-color: #372D0A; }
a { background-color: rgb(55,45,10); }
div.DivClassName
{
background-color: #372D0A;
}
.BgClassName
{
background-color: #372D0A;
}
</style>
border-color css
<style>
span { border-color: #372D0A; }
span { border-color: rgb(55,45,10); }
td.TdClassName
{
border-color: #372D0A;
}
.TagClassName
{
border-color: #372D0A;
}
</style>