Shades of Maire #362A00
Tints of Maire #362A00
RGB
CMYK
RGB Variations
Color information
#362A00 (or 0x362A00) is known color: Maire. HEX triplet: 36, 2A and 00. RGB value is (54,42,0). Sum of RGB (Red+Green+Blue) = 54+42+0=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #362A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362A00 is #C9D5FF. Grayscale: #282828. Windows color (decimal): -13227520 or 10806. OLE color: 10806.
HSL color Cylindrical-coordinate representation of color #362A00: hue angle of 46.67º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #362A00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.79 |
| HSL | 46.67º | 1% | 0.11% | - |
| HSV(B) | 46.67º | 1% | 0.21% | - |
| XYZ | 2.35 | 2.44 | 0.35 | - |
| YUV | 40.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 0 | 0 | 0.22 | 1 | 0.79 | 46.67 | 1 | 0.11 |
| Hex | 36 | 2A | 0 | 0 | 16 | 64 | 4F | 2F | 64 | B |
| Octal | 66 | 52 | 0 | 0 | 26 | 144 | 117 | 57 | 144 | 13 |
| Binary | 110110 | 101010 | 0 | 0 | 10110 | 1100100 | 1001111 | 101111 | 1100100 | 1011 |
Color Harmonies of #362A00
Complementary color
Monochromatic Colors of #362A00
Black with #362A00
Text Example
Text Example
White with #362A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A00; }
p { color: rgb(54,42,0); }
H1.HeaderClassName
{
color: #362A00;
}
.AnyTagClassName
{
color: #362A00;
}
</style>
background-color css
<style>
a { background-color: #362A00; }
a { background-color: rgb(54,42,0); }
div.DivClassName
{
background-color: #362A00;
}
.BgClassName
{
background-color: #362A00;
}
</style>
border-color css
<style>
span { border-color: #362A00; }
span { border-color: rgb(54,42,0); }
td.TdClassName
{
border-color: #362A00;
}
.TagClassName
{
border-color: #362A00;
}
</style>