Shades of Maire #36320C
Tints of Maire #36320C
RGB
CMYK
RGB Variations
Color information
#36320C (or 0x36320C) is known color: Maire. HEX triplet: 36, 32 and 0C. RGB value is (54,50,12). Sum of RGB (Red+Green+Blue) = 54+50+12=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #36320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36320C is #C9CDF3. Grayscale: #2F2F2F. Windows color (decimal): -13225460 or 799286. OLE color: 799286.
HSL color Cylindrical-coordinate representation of color #36320C: hue angle of 54.29º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36320C is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 50 | 12 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.79 |
| HSL | 54.29º | 0.64% | 0.13% | - |
| HSV(B) | 54.29º | 0.78% | 0.21% | - |
| XYZ | 2.73 | 3.09 | 0.8 | - |
| YUV | 46.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 12 | 0 | 0.07 | 0.78 | 0.79 | 54.29 | 0.64 | 0.13 |
| Hex | 36 | 32 | C | 0 | 7 | 4E | 4F | 36 | 40 | D |
| Octal | 66 | 62 | 14 | 0 | 7 | 116 | 117 | 66 | 100 | 15 |
| Binary | 110110 | 110010 | 1100 | 0 | 111 | 1001110 | 1001111 | 110110 | 1000000 | 1101 |
Color Harmonies of #36320C
Complementary color
Monochromatic Colors of #36320C
Black with #36320C
Text Example
Text Example
White with #36320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36320C; }
p { color: rgb(54,50,12); }
H1.HeaderClassName
{
color: #36320C;
}
.AnyTagClassName
{
color: #36320C;
}
</style>
background-color css
<style>
a { background-color: #36320C; }
a { background-color: rgb(54,50,12); }
div.DivClassName
{
background-color: #36320C;
}
.BgClassName
{
background-color: #36320C;
}
</style>
border-color css
<style>
span { border-color: #36320C; }
span { border-color: rgb(54,50,12); }
td.TdClassName
{
border-color: #36320C;
}
.TagClassName
{
border-color: #36320C;
}
</style>