Shades of Maire #362F08
Tints of Maire #362F08
RGB
CMYK
RGB Variations
Color information
#362F08 (or 0x362F08) is known color: Maire. HEX triplet: 36, 2F and 08. RGB value is (54,47,8). Sum of RGB (Red+Green+Blue) = 54+47+8=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #362F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362F08 is #C9D0F7. Grayscale: #2C2C2C. Windows color (decimal): -13226232 or 536374. OLE color: 536374.
HSL color Cylindrical-coordinate representation of color #362F08: hue angle of 50.87º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #362F08 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 8 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.79 |
| HSL | 50.87º | 0.74% | 0.12% | - |
| HSV(B) | 50.87º | 0.85% | 0.21% | - |
| XYZ | 2.58 | 2.83 | 0.64 | - |
| YUV | 44.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 8 | 0 | 0.13 | 0.85 | 0.79 | 50.87 | 0.74 | 0.12 |
| Hex | 36 | 2F | 8 | 0 | D | 55 | 4F | 33 | 4A | C |
| Octal | 66 | 57 | 10 | 0 | 15 | 125 | 117 | 63 | 112 | 14 |
| Binary | 110110 | 101111 | 1000 | 0 | 1101 | 1010101 | 1001111 | 110011 | 1001010 | 1100 |
Color Harmonies of #362F08
Complementary color
Monochromatic Colors of #362F08
Black with #362F08
Text Example
Text Example
White with #362F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F08; }
p { color: rgb(54,47,8); }
H1.HeaderClassName
{
color: #362F08;
}
.AnyTagClassName
{
color: #362F08;
}
</style>
background-color css
<style>
a { background-color: #362F08; }
a { background-color: rgb(54,47,8); }
div.DivClassName
{
background-color: #362F08;
}
.BgClassName
{
background-color: #362F08;
}
</style>
border-color css
<style>
span { border-color: #362F08; }
span { border-color: rgb(54,47,8); }
td.TdClassName
{
border-color: #362F08;
}
.TagClassName
{
border-color: #362F08;
}
</style>