Shades of Maire #37320D
Tints of Maire #37320D
RGB
CMYK
RGB Variations
Color information
#37320D (or 0x37320D) is known color: Maire. HEX triplet: 37, 32 and 0D. RGB value is (55,50,13). Sum of RGB (Red+Green+Blue) = 55+50+13=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #37320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37320D is #C8CDF2. Grayscale: #2F2F2F. Windows color (decimal): -13159923 or 864823. OLE color: 864823.
HSL color Cylindrical-coordinate representation of color #37320D: hue angle of 52.86º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37320D is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 50 | 13 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.78 |
| HSL | 52.86º | 0.62% | 0.13% | - |
| HSV(B) | 52.86º | 0.76% | 0.22% | - |
| XYZ | 2.79 | 3.12 | 0.84 | - |
| YUV | 47.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 13 | 0 | 0.09 | 0.76 | 0.78 | 52.86 | 0.62 | 0.13 |
| Hex | 37 | 32 | D | 0 | 9 | 4C | 4E | 35 | 3E | D |
| Octal | 67 | 62 | 15 | 0 | 11 | 114 | 116 | 65 | 76 | 15 |
| Binary | 110111 | 110010 | 1101 | 0 | 1001 | 1001100 | 1001110 | 110101 | 111110 | 1101 |
Color Harmonies of #37320D
Complementary color
Monochromatic Colors of #37320D
Black with #37320D
Text Example
Text Example
White with #37320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37320D; }
p { color: rgb(55,50,13); }
H1.HeaderClassName
{
color: #37320D;
}
.AnyTagClassName
{
color: #37320D;
}
</style>
background-color css
<style>
a { background-color: #37320D; }
a { background-color: rgb(55,50,13); }
div.DivClassName
{
background-color: #37320D;
}
.BgClassName
{
background-color: #37320D;
}
</style>
border-color css
<style>
span { border-color: #37320D; }
span { border-color: rgb(55,50,13); }
td.TdClassName
{
border-color: #37320D;
}
.TagClassName
{
border-color: #37320D;
}
</style>