Shades of Maire #2B2608
Tints of Maire #2B2608
RGB
CMYK
RGB Variations
Color information
#2B2608 (or 0x2B2608) is known color: Maire. HEX triplet: 2B, 26 and 08. RGB value is (43,38,8). Sum of RGB (Red+Green+Blue) = 43+38+8=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2608 is #D4D9F7. Grayscale: #242424. Windows color (decimal): -13949432 or 534059. OLE color: 534059.
HSL color Cylindrical-coordinate representation of color #2B2608: hue angle of 51.43º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B2608 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 8 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.83 |
| HSL | 51.43º | 0.69% | 0.1% | - |
| HSV(B) | 51.43º | 0.81% | 0.17% | - |
| XYZ | 1.73 | 1.92 | 0.51 | - |
| YUV | 36.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 8 | 0 | 0.12 | 0.81 | 0.83 | 51.43 | 0.69 | 0.1 |
| Hex | 2B | 26 | 8 | 0 | C | 51 | 53 | 33 | 45 | A |
| Octal | 53 | 46 | 10 | 0 | 14 | 121 | 123 | 63 | 105 | 12 |
| Binary | 101011 | 100110 | 1000 | 0 | 1100 | 1010001 | 1010011 | 110011 | 1000101 | 1010 |
Color Harmonies of #2B2608
Complementary color
Monochromatic Colors of #2B2608
Black with #2B2608
Text Example
Text Example
White with #2B2608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2608; }
p { color: rgb(43,38,8); }
H1.HeaderClassName
{
color: #2B2608;
}
.AnyTagClassName
{
color: #2B2608;
}
</style>
background-color css
<style>
a { background-color: #2B2608; }
a { background-color: rgb(43,38,8); }
div.DivClassName
{
background-color: #2B2608;
}
.BgClassName
{
background-color: #2B2608;
}
</style>
border-color css
<style>
span { border-color: #2B2608; }
span { border-color: rgb(43,38,8); }
td.TdClassName
{
border-color: #2B2608;
}
.TagClassName
{
border-color: #2B2608;
}
</style>