Shades of Livid Brown #2C2726
Tints of Livid Brown #2C2726
RGB
CMYK
RGB Variations
Color information
#2C2726 (or 0x2C2726) is known color: Livid Brown. HEX triplet: 2C, 27 and 26. RGB value is (44,39,38). Sum of RGB (Red+Green+Blue) = 44+39+38=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2726 is #D3D8D9. Grayscale: #282828. Windows color (decimal): -13883610 or 2500396. OLE color: 2500396.
HSL color Cylindrical-coordinate representation of color #2C2726: hue angle of 10º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2C2726 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 39 | 38 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.83 |
| HSL | 10º | 0.07% | 0.16% | - |
| HSV(B) | 10º | 0.14% | 0.17% | - |
| XYZ | 2.11 | 2.13 | 2.13 | - |
| YUV | 40.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 38 | 0 | 0.11 | 0.14 | 0.83 | 10 | 0.07 | 0.16 |
| Hex | 2C | 27 | 26 | 0 | B | E | 53 | A | 7 | 10 |
| Octal | 54 | 47 | 46 | 0 | 13 | 16 | 123 | 12 | 7 | 20 |
| Binary | 101100 | 100111 | 100110 | 0 | 1011 | 1110 | 1010011 | 1010 | 111 | 10000 |
Color Harmonies of #2C2726
Complementary color
Monochromatic Colors of #2C2726
Black with #2C2726
Text Example
Text Example
White with #2C2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2726; }
p { color: rgb(44,39,38); }
H1.HeaderClassName
{
color: #2C2726;
}
.AnyTagClassName
{
color: #2C2726;
}
</style>
background-color css
<style>
a { background-color: #2C2726; }
a { background-color: rgb(44,39,38); }
div.DivClassName
{
background-color: #2C2726;
}
.BgClassName
{
background-color: #2C2726;
}
</style>
border-color css
<style>
span { border-color: #2C2726; }
span { border-color: rgb(44,39,38); }
td.TdClassName
{
border-color: #2C2726;
}
.TagClassName
{
border-color: #2C2726;
}
</style>