Shades of Maire #37320C
Tints of Maire #37320C
RGB
CMYK
RGB Variations
Color information
#37320C (or 0x37320C) is known color: Maire. HEX triplet: 37, 32 and 0C. RGB value is (55,50,12). Sum of RGB (Red+Green+Blue) = 55+50+12=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #37320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37320C is #C8CDF3. Grayscale: #2F2F2F. Windows color (decimal): -13159924 or 799287. OLE color: 799287.
HSL color Cylindrical-coordinate representation of color #37320C: hue angle of 53.02º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37320C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 50 | 12 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.78 |
| HSL | 53.02º | 0.64% | 0.13% | - |
| HSV(B) | 53.02º | 0.78% | 0.22% | - |
| XYZ | 2.78 | 3.12 | 0.8 | - |
| YUV | 47.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 12 | 0 | 0.09 | 0.78 | 0.78 | 53.02 | 0.64 | 0.13 |
| Hex | 37 | 32 | C | 0 | 9 | 4E | 4E | 35 | 40 | D |
| Octal | 67 | 62 | 14 | 0 | 11 | 116 | 116 | 65 | 100 | 15 |
| Binary | 110111 | 110010 | 1100 | 0 | 1001 | 1001110 | 1001110 | 110101 | 1000000 | 1101 |
Color Harmonies of #37320C
Complementary color
Monochromatic Colors of #37320C
Black with #37320C
Text Example
Text Example
White with #37320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37320C; }
p { color: rgb(55,50,12); }
H1.HeaderClassName
{
color: #37320C;
}
.AnyTagClassName
{
color: #37320C;
}
</style>
background-color css
<style>
a { background-color: #37320C; }
a { background-color: rgb(55,50,12); }
div.DivClassName
{
background-color: #37320C;
}
.BgClassName
{
background-color: #37320C;
}
</style>
border-color css
<style>
span { border-color: #37320C; }
span { border-color: rgb(55,50,12); }
td.TdClassName
{
border-color: #37320C;
}
.TagClassName
{
border-color: #37320C;
}
</style>