Shades of Maire #372C03
Tints of Maire #372C03
RGB
CMYK
RGB Variations
Color information
#372C03 (or 0x372C03) is known color: Maire. HEX triplet: 37, 2C and 03. RGB value is (55,44,3). Sum of RGB (Red+Green+Blue) = 55+44+3=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #372C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C03 is #C8D3FC. Grayscale: #2A2A2A. Windows color (decimal): -13161469 or 207927. OLE color: 207927.
HSL color Cylindrical-coordinate representation of color #372C03: hue angle of 47.31º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #372C03 is Cyan = 0, Magento = 0.2, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 44 | 3 | - |
| CMYK | 0 | 0.2 | 0.95 | 0.78 |
| HSL | 47.31º | 0.9% | 0.11% | - |
| HSV(B) | 47.31º | 0.95% | 0.22% | - |
| XYZ | 2.49 | 2.62 | 0.46 | - |
| YUV | 42.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 3 | 0 | 0.2 | 0.95 | 0.78 | 47.31 | 0.9 | 0.11 |
| Hex | 37 | 2C | 3 | 0 | 14 | 5F | 4E | 2F | 5A | B |
| Octal | 67 | 54 | 3 | 0 | 24 | 137 | 116 | 57 | 132 | 13 |
| Binary | 110111 | 101100 | 11 | 0 | 10100 | 1011111 | 1001110 | 101111 | 1011010 | 1011 |
Color Harmonies of #372C03
Complementary color
Monochromatic Colors of #372C03
Black with #372C03
Text Example
Text Example
White with #372C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C03; }
p { color: rgb(55,44,3); }
H1.HeaderClassName
{
color: #372C03;
}
.AnyTagClassName
{
color: #372C03;
}
</style>
background-color css
<style>
a { background-color: #372C03; }
a { background-color: rgb(55,44,3); }
div.DivClassName
{
background-color: #372C03;
}
.BgClassName
{
background-color: #372C03;
}
</style>
border-color css
<style>
span { border-color: #372C03; }
span { border-color: rgb(55,44,3); }
td.TdClassName
{
border-color: #372C03;
}
.TagClassName
{
border-color: #372C03;
}
</style>