Shades of Maire #362B07
Tints of Maire #362B07
RGB
CMYK
RGB Variations
Color information
#362B07 (or 0x362B07) is known color: Maire. HEX triplet: 36, 2B and 07. RGB value is (54,43,7). Sum of RGB (Red+Green+Blue) = 54+43+7=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #362B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B07 is #C9D4F8. Grayscale: #2A2A2A. Windows color (decimal): -13227257 or 469814. OLE color: 469814.
HSL color Cylindrical-coordinate representation of color #362B07: hue angle of 45.96º 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 #362B07 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 7 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.79 |
| HSL | 45.96º | 0.77% | 0.12% | - |
| HSV(B) | 45.96º | 0.87% | 0.21% | - |
| XYZ | 2.42 | 2.53 | 0.56 | - |
| YUV | 42.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 7 | 0 | 0.20 | 0.87 | 0.79 | 45.96 | 0.77 | 0.12 |
| Hex | 36 | 2B | 7 | 0 | 14 | 57 | 4F | 2E | 4D | C |
| Octal | 66 | 53 | 7 | 0 | 24 | 127 | 117 | 56 | 115 | 14 |
| Binary | 110110 | 101011 | 111 | 0 | 10100 | 1010111 | 1001111 | 101110 | 1001101 | 1100 |
Color Harmonies of #362B07
Complementary color
Monochromatic Colors of #362B07
Black with #362B07
Text Example
Text Example
White with #362B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B07; }
p { color: rgb(54,43,7); }
H1.HeaderClassName
{
color: #362B07;
}
.AnyTagClassName
{
color: #362B07;
}
</style>
background-color css
<style>
a { background-color: #362B07; }
a { background-color: rgb(54,43,7); }
div.DivClassName
{
background-color: #362B07;
}
.BgClassName
{
background-color: #362B07;
}
</style>
border-color css
<style>
span { border-color: #362B07; }
span { border-color: rgb(54,43,7); }
td.TdClassName
{
border-color: #362B07;
}
.TagClassName
{
border-color: #362B07;
}
</style>