Shades of Maire #362C07
Tints of Maire #362C07
RGB
CMYK
RGB Variations
Color information
#362C07 (or 0x362C07) is known color: Maire. HEX triplet: 36, 2C and 07. RGB value is (54,44,7). Sum of RGB (Red+Green+Blue) = 54+44+7=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #362C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362C07 is #C9D3F8. Grayscale: #2A2A2A. Windows color (decimal): -13227001 or 470070. OLE color: 470070.
HSL color Cylindrical-coordinate representation of color #362C07: hue angle of 47.23º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #362C07 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 7 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.79 |
| HSL | 47.23º | 0.77% | 0.12% | - |
| HSV(B) | 47.23º | 0.87% | 0.21% | - |
| XYZ | 2.46 | 2.6 | 0.57 | - |
| YUV | 42.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 7 | 0 | 0.19 | 0.87 | 0.79 | 47.23 | 0.77 | 0.12 |
| Hex | 36 | 2C | 7 | 0 | 13 | 57 | 4F | 2F | 4D | C |
| Octal | 66 | 54 | 7 | 0 | 23 | 127 | 117 | 57 | 115 | 14 |
| Binary | 110110 | 101100 | 111 | 0 | 10011 | 1010111 | 1001111 | 101111 | 1001101 | 1100 |
Color Harmonies of #362C07
Complementary color
Monochromatic Colors of #362C07
Black with #362C07
Text Example
Text Example
White with #362C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C07; }
p { color: rgb(54,44,7); }
H1.HeaderClassName
{
color: #362C07;
}
.AnyTagClassName
{
color: #362C07;
}
</style>
background-color css
<style>
a { background-color: #362C07; }
a { background-color: rgb(54,44,7); }
div.DivClassName
{
background-color: #362C07;
}
.BgClassName
{
background-color: #362C07;
}
</style>
border-color css
<style>
span { border-color: #362C07; }
span { border-color: rgb(54,44,7); }
td.TdClassName
{
border-color: #362C07;
}
.TagClassName
{
border-color: #362C07;
}
</style>