Shades of Maire #362D0E
Tints of Maire #362D0E
RGB
CMYK
RGB Variations
Color information
#362D0E (or 0x362D0E) is known color: Maire. HEX triplet: 36, 2D and 0E. RGB value is (54,45,14). Sum of RGB (Red+Green+Blue) = 54+45+14=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #362D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D0E is #C9D2F1. Grayscale: #2C2C2C. Windows color (decimal): -13226738 or 929078. OLE color: 929078.
HSL color Cylindrical-coordinate representation of color #362D0E: hue angle of 46.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #362D0E is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 14 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.79 |
| HSL | 46.5º | 0.59% | 0.13% | - |
| HSV(B) | 46.5º | 0.74% | 0.21% | - |
| XYZ | 2.54 | 2.69 | 0.8 | - |
| YUV | 44.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 14 | 0 | 0.17 | 0.74 | 0.79 | 46.5 | 0.59 | 0.13 |
| Hex | 36 | 2D | E | 0 | 11 | 4A | 4F | 2E | 3B | D |
| Octal | 66 | 55 | 16 | 0 | 21 | 112 | 117 | 56 | 73 | 15 |
| Binary | 110110 | 101101 | 1110 | 0 | 10001 | 1001010 | 1001111 | 101110 | 111011 | 1101 |
Color Harmonies of #362D0E
Complementary color
Monochromatic Colors of #362D0E
Black with #362D0E
Text Example
Text Example
White with #362D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D0E; }
p { color: rgb(54,45,14); }
H1.HeaderClassName
{
color: #362D0E;
}
.AnyTagClassName
{
color: #362D0E;
}
</style>
background-color css
<style>
a { background-color: #362D0E; }
a { background-color: rgb(54,45,14); }
div.DivClassName
{
background-color: #362D0E;
}
.BgClassName
{
background-color: #362D0E;
}
</style>
border-color css
<style>
span { border-color: #362D0E; }
span { border-color: rgb(54,45,14); }
td.TdClassName
{
border-color: #362D0E;
}
.TagClassName
{
border-color: #362D0E;
}
</style>