Shades of Maire #272412
Tints of Maire #272412
RGB
CMYK
RGB Variations
Color information
#272412 (or 0x272412) is known color: Maire. HEX triplet: 27, 24 and 12. RGB value is (39,36,18). Sum of RGB (Red+Green+Blue) = 39+36+18=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #272412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272412 is #D8DBED. Grayscale: #222222. Windows color (decimal): -14212078 or 1188903. OLE color: 1188903.
HSL color Cylindrical-coordinate representation of color #272412: hue angle of 51.43º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #272412 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 36 | 18 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.85 |
| HSL | 51.43º | 0.37% | 0.11% | - |
| HSV(B) | 51.43º | 0.54% | 0.15% | - |
| XYZ | 1.58 | 1.74 | 0.82 | - |
| YUV | 34.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 18 | 0 | 0.08 | 0.54 | 0.85 | 51.43 | 0.37 | 0.11 |
| Hex | 27 | 24 | 12 | 0 | 8 | 36 | 55 | 33 | 25 | B |
| Octal | 47 | 44 | 22 | 0 | 10 | 66 | 125 | 63 | 45 | 13 |
| Binary | 100111 | 100100 | 10010 | 0 | 1000 | 110110 | 1010101 | 110011 | 100101 | 1011 |
Color Harmonies of #272412
Complementary color
Monochromatic Colors of #272412
Black with #272412
Text Example
Text Example
White with #272412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272412; }
p { color: rgb(39,36,18); }
H1.HeaderClassName
{
color: #272412;
}
.AnyTagClassName
{
color: #272412;
}
</style>
background-color css
<style>
a { background-color: #272412; }
a { background-color: rgb(39,36,18); }
div.DivClassName
{
background-color: #272412;
}
.BgClassName
{
background-color: #272412;
}
</style>
border-color css
<style>
span { border-color: #272412; }
span { border-color: rgb(39,36,18); }
td.TdClassName
{
border-color: #272412;
}
.TagClassName
{
border-color: #272412;
}
</style>