Shades of Maire #37300A
Tints of Maire #37300A
RGB
CMYK
RGB Variations
Color information
#37300A (or 0x37300A) is known color: Maire. HEX triplet: 37, 30 and 0A. RGB value is (55,48,10). Sum of RGB (Red+Green+Blue) = 55+48+10=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #37300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37300A is #C8CFF5. Grayscale: #2D2D2D. Windows color (decimal): -13160438 or 667703. OLE color: 667703.
HSL color Cylindrical-coordinate representation of color #37300A: hue angle of 50.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 #37300A is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 48 | 10 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.78 |
| HSL | 50.67º | 0.69% | 0.13% | - |
| HSV(B) | 50.67º | 0.82% | 0.22% | - |
| XYZ | 2.69 | 2.95 | 0.71 | - |
| YUV | 45.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 10 | 0 | 0.13 | 0.82 | 0.78 | 50.67 | 0.69 | 0.13 |
| Hex | 37 | 30 | A | 0 | D | 52 | 4E | 33 | 45 | D |
| Octal | 67 | 60 | 12 | 0 | 15 | 122 | 116 | 63 | 105 | 15 |
| Binary | 110111 | 110000 | 1010 | 0 | 1101 | 1010010 | 1001110 | 110011 | 1000101 | 1101 |
Color Harmonies of #37300A
Complementary color
Monochromatic Colors of #37300A
Black with #37300A
Text Example
Text Example
White with #37300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37300A; }
p { color: rgb(55,48,10); }
H1.HeaderClassName
{
color: #37300A;
}
.AnyTagClassName
{
color: #37300A;
}
</style>
background-color css
<style>
a { background-color: #37300A; }
a { background-color: rgb(55,48,10); }
div.DivClassName
{
background-color: #37300A;
}
.BgClassName
{
background-color: #37300A;
}
</style>
border-color css
<style>
span { border-color: #37300A; }
span { border-color: rgb(55,48,10); }
td.TdClassName
{
border-color: #37300A;
}
.TagClassName
{
border-color: #37300A;
}
</style>