Shades of Livid Brown #2B2726
Tints of Livid Brown #2B2726
RGB
CMYK
RGB Variations
Color information
#2B2726 (or 0x2B2726) is known color: Livid Brown. HEX triplet: 2B, 27 and 26. RGB value is (43,39,38). Sum of RGB (Red+Green+Blue) = 43+39+38=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2726 is #D4D8D9. Grayscale: #282828. Windows color (decimal): -13949146 or 2500395. OLE color: 2500395.
HSL color Cylindrical-coordinate representation of color #2B2726: hue angle of 12º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B2726 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 39 | 38 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.83 |
| HSL | 12º | 0.06% | 0.16% | - |
| HSV(B) | 12º | 0.12% | 0.17% | - |
| XYZ | 2.07 | 2.1 | 2.13 | - |
| YUV | 40.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 38 | 0 | 0.09 | 0.12 | 0.83 | 12 | 0.06 | 0.16 |
| Hex | 2B | 27 | 26 | 0 | 9 | C | 53 | C | 6 | 10 |
| Octal | 53 | 47 | 46 | 0 | 11 | 14 | 123 | 14 | 6 | 20 |
| Binary | 101011 | 100111 | 100110 | 0 | 1001 | 1100 | 1010011 | 1100 | 110 | 10000 |
Color Harmonies of #2B2726
Complementary color
Monochromatic Colors of #2B2726
Black with #2B2726
Text Example
Text Example
White with #2B2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2726; }
p { color: rgb(43,39,38); }
H1.HeaderClassName
{
color: #2B2726;
}
.AnyTagClassName
{
color: #2B2726;
}
</style>
background-color css
<style>
a { background-color: #2B2726; }
a { background-color: rgb(43,39,38); }
div.DivClassName
{
background-color: #2B2726;
}
.BgClassName
{
background-color: #2B2726;
}
</style>
border-color css
<style>
span { border-color: #2B2726; }
span { border-color: rgb(43,39,38); }
td.TdClassName
{
border-color: #2B2726;
}
.TagClassName
{
border-color: #2B2726;
}
</style>