Shades of Maire #37300D
Tints of Maire #37300D
RGB
CMYK
RGB Variations
Color information
#37300D (or 0x37300D) is known color: Maire. HEX triplet: 37, 30 and 0D. RGB value is (55,48,13). Sum of RGB (Red+Green+Blue) = 55+48+13=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #37300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37300D is #C8CFF2. Grayscale: #2E2E2E. Windows color (decimal): -13160435 or 864311. OLE color: 864311.
HSL color Cylindrical-coordinate representation of color #37300D: hue angle of 50º 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 #37300D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 48 | 13 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.78 |
| HSL | 50º | 0.62% | 0.13% | - |
| HSV(B) | 50º | 0.76% | 0.22% | - |
| XYZ | 2.71 | 2.96 | 0.81 | - |
| YUV | 46.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 13 | 0 | 0.13 | 0.76 | 0.78 | 50 | 0.62 | 0.13 |
| Hex | 37 | 30 | D | 0 | D | 4C | 4E | 32 | 3E | D |
| Octal | 67 | 60 | 15 | 0 | 15 | 114 | 116 | 62 | 76 | 15 |
| Binary | 110111 | 110000 | 1101 | 0 | 1101 | 1001100 | 1001110 | 110010 | 111110 | 1101 |
Color Harmonies of #37300D
Complementary color
Monochromatic Colors of #37300D
Black with #37300D
Text Example
Text Example
White with #37300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37300D; }
p { color: rgb(55,48,13); }
H1.HeaderClassName
{
color: #37300D;
}
.AnyTagClassName
{
color: #37300D;
}
</style>
background-color css
<style>
a { background-color: #37300D; }
a { background-color: rgb(55,48,13); }
div.DivClassName
{
background-color: #37300D;
}
.BgClassName
{
background-color: #37300D;
}
</style>
border-color css
<style>
span { border-color: #37300D; }
span { border-color: rgb(55,48,13); }
td.TdClassName
{
border-color: #37300D;
}
.TagClassName
{
border-color: #37300D;
}
</style>