Shades of Maire #37310C
Tints of Maire #37310C
RGB
CMYK
RGB Variations
Color information
#37310C (or 0x37310C) is known color: Maire. HEX triplet: 37, 31 and 0C. RGB value is (55,49,12). Sum of RGB (Red+Green+Blue) = 55+49+12=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #37310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37310C is #C8CEF3. Grayscale: #2E2E2E. Windows color (decimal): -13160180 or 799031. OLE color: 799031.
HSL color Cylindrical-coordinate representation of color #37310C: hue angle of 51.63º 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 #37310C is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 49 | 12 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.78 |
| HSL | 51.63º | 0.64% | 0.13% | - |
| HSV(B) | 51.63º | 0.78% | 0.22% | - |
| XYZ | 2.74 | 3.04 | 0.79 | - |
| YUV | 46.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 12 | 0 | 0.11 | 0.78 | 0.78 | 51.63 | 0.64 | 0.13 |
| Hex | 37 | 31 | C | 0 | B | 4E | 4E | 34 | 40 | D |
| Octal | 67 | 61 | 14 | 0 | 13 | 116 | 116 | 64 | 100 | 15 |
| Binary | 110111 | 110001 | 1100 | 0 | 1011 | 1001110 | 1001110 | 110100 | 1000000 | 1101 |
Color Harmonies of #37310C
Complementary color
Monochromatic Colors of #37310C
Black with #37310C
Text Example
Text Example
White with #37310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37310C; }
p { color: rgb(55,49,12); }
H1.HeaderClassName
{
color: #37310C;
}
.AnyTagClassName
{
color: #37310C;
}
</style>
background-color css
<style>
a { background-color: #37310C; }
a { background-color: rgb(55,49,12); }
div.DivClassName
{
background-color: #37310C;
}
.BgClassName
{
background-color: #37310C;
}
</style>
border-color css
<style>
span { border-color: #37310C; }
span { border-color: rgb(55,49,12); }
td.TdClassName
{
border-color: #37310C;
}
.TagClassName
{
border-color: #37310C;
}
</style>