Shades of Maire #362D07
Tints of Maire #362D07
RGB
CMYK
RGB Variations
Color information
#362D07 (or 0x362D07) is known color: Maire. HEX triplet: 36, 2D and 07. RGB value is (54,45,7). Sum of RGB (Red+Green+Blue) = 54+45+7=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #362D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D07 is #C9D2F8. Grayscale: #2B2B2B. Windows color (decimal): -13226745 or 470326. OLE color: 470326.
HSL color Cylindrical-coordinate representation of color #362D07: hue angle of 48.51º 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 #362D07 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 7 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.79 |
| HSL | 48.51º | 0.77% | 0.12% | - |
| HSV(B) | 48.51º | 0.87% | 0.21% | - |
| XYZ | 2.5 | 2.68 | 0.59 | - |
| YUV | 43.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 7 | 0 | 0.17 | 0.87 | 0.79 | 48.51 | 0.77 | 0.12 |
| Hex | 36 | 2D | 7 | 0 | 11 | 57 | 4F | 31 | 4D | C |
| Octal | 66 | 55 | 7 | 0 | 21 | 127 | 117 | 61 | 115 | 14 |
| Binary | 110110 | 101101 | 111 | 0 | 10001 | 1010111 | 1001111 | 110001 | 1001101 | 1100 |
Color Harmonies of #362D07
Complementary color
Monochromatic Colors of #362D07
Black with #362D07
Text Example
Text Example
White with #362D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D07; }
p { color: rgb(54,45,7); }
H1.HeaderClassName
{
color: #362D07;
}
.AnyTagClassName
{
color: #362D07;
}
</style>
background-color css
<style>
a { background-color: #362D07; }
a { background-color: rgb(54,45,7); }
div.DivClassName
{
background-color: #362D07;
}
.BgClassName
{
background-color: #362D07;
}
</style>
border-color css
<style>
span { border-color: #362D07; }
span { border-color: rgb(54,45,7); }
td.TdClassName
{
border-color: #362D07;
}
.TagClassName
{
border-color: #362D07;
}
</style>