Shades of Maire #2E2608
Tints of Maire #2E2608
RGB
CMYK
RGB Variations
Color information
#2E2608 (or 0x2E2608) is known color: Maire. HEX triplet: 2E, 26 and 08. RGB value is (46,38,8). Sum of RGB (Red+Green+Blue) = 46+38+8=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2608 is #D1D9F7. Grayscale: #252525. Windows color (decimal): -13752824 or 534062. OLE color: 534062.
HSL color Cylindrical-coordinate representation of color #2E2608: hue angle of 47.37º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E2608 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 38 | 8 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.82 |
| HSL | 47.37º | 0.7% | 0.11% | - |
| HSV(B) | 47.37º | 0.83% | 0.18% | - |
| XYZ | 1.86 | 1.98 | 0.51 | - |
| YUV | 36.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 8 | 0 | 0.17 | 0.83 | 0.82 | 47.37 | 0.7 | 0.11 |
| Hex | 2E | 26 | 8 | 0 | 11 | 53 | 52 | 2F | 46 | B |
| Octal | 56 | 46 | 10 | 0 | 21 | 123 | 122 | 57 | 106 | 13 |
| Binary | 101110 | 100110 | 1000 | 0 | 10001 | 1010011 | 1010010 | 101111 | 1000110 | 1011 |
Color Harmonies of #2E2608
Complementary color
Monochromatic Colors of #2E2608
Black with #2E2608
Text Example
Text Example
White with #2E2608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2608; }
p { color: rgb(46,38,8); }
H1.HeaderClassName
{
color: #2E2608;
}
.AnyTagClassName
{
color: #2E2608;
}
</style>
background-color css
<style>
a { background-color: #2E2608; }
a { background-color: rgb(46,38,8); }
div.DivClassName
{
background-color: #2E2608;
}
.BgClassName
{
background-color: #2E2608;
}
</style>
border-color css
<style>
span { border-color: #2E2608; }
span { border-color: rgb(46,38,8); }
td.TdClassName
{
border-color: #2E2608;
}
.TagClassName
{
border-color: #2E2608;
}
</style>