Shades of Maire #372D05
Tints of Maire #372D05
RGB
CMYK
RGB Variations
Color information
#372D05 (or 0x372D05) is known color: Maire. HEX triplet: 37, 2D and 05. RGB value is (55,45,5). Sum of RGB (Red+Green+Blue) = 55+45+5=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 45 (17.97% from 255 or 42.86% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #372D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D05 is #C8D2FA. Grayscale: #2B2B2B. Windows color (decimal): -13161211 or 339255. OLE color: 339255.
HSL color Cylindrical-coordinate representation of color #372D05: hue angle of 48º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #372D05 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 45 | 5 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.78 |
| HSL | 48º | 0.83% | 0.12% | - |
| HSV(B) | 48º | 0.91% | 0.22% | - |
| XYZ | 2.54 | 2.7 | 0.53 | - |
| YUV | 43.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 5 | 0 | 0.18 | 0.91 | 0.78 | 48 | 0.83 | 0.12 |
| Hex | 37 | 2D | 5 | 0 | 12 | 5B | 4E | 30 | 53 | C |
| Octal | 67 | 55 | 5 | 0 | 22 | 133 | 116 | 60 | 123 | 14 |
| Binary | 110111 | 101101 | 101 | 0 | 10010 | 1011011 | 1001110 | 110000 | 1010011 | 1100 |
Color Harmonies of #372D05
Complementary color
Monochromatic Colors of #372D05
Black with #372D05
Text Example
Text Example
White with #372D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D05; }
p { color: rgb(55,45,5); }
H1.HeaderClassName
{
color: #372D05;
}
.AnyTagClassName
{
color: #372D05;
}
</style>
background-color css
<style>
a { background-color: #372D05; }
a { background-color: rgb(55,45,5); }
div.DivClassName
{
background-color: #372D05;
}
.BgClassName
{
background-color: #372D05;
}
</style>
border-color css
<style>
span { border-color: #372D05; }
span { border-color: rgb(55,45,5); }
td.TdClassName
{
border-color: #372D05;
}
.TagClassName
{
border-color: #372D05;
}
</style>