Shades of Livid Brown #2F2726
Tints of Livid Brown #2F2726
RGB
CMYK
RGB Variations
Color information
#2F2726 (or 0x2F2726) is known color: Livid Brown. HEX triplet: 2F, 27 and 26. RGB value is (47,39,38). Sum of RGB (Red+Green+Blue) = 47+39+38=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2726 is #D0D8D9. Grayscale: #292929. Windows color (decimal): -13687002 or 2500399. OLE color: 2500399.
HSL color Cylindrical-coordinate representation of color #2F2726: hue angle of 6.67º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F2726 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 39 | 38 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.82 |
| HSL | 6.67º | 0.11% | 0.17% | - |
| HSV(B) | 6.67º | 0.19% | 0.18% | - |
| XYZ | 2.25 | 2.2 | 2.14 | - |
| YUV | 41.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 38 | 0 | 0.17 | 0.19 | 0.82 | 6.67 | 0.11 | 0.17 |
| Hex | 2F | 27 | 26 | 0 | 11 | 13 | 52 | 7 | B | 11 |
| Octal | 57 | 47 | 46 | 0 | 21 | 23 | 122 | 7 | 13 | 21 |
| Binary | 101111 | 100111 | 100110 | 0 | 10001 | 10011 | 1010010 | 111 | 1011 | 10001 |
Color Harmonies of #2F2726
Complementary color
Monochromatic Colors of #2F2726
Black with #2F2726
Text Example
Text Example
White with #2F2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2726; }
p { color: rgb(47,39,38); }
H1.HeaderClassName
{
color: #2F2726;
}
.AnyTagClassName
{
color: #2F2726;
}
</style>
background-color css
<style>
a { background-color: #2F2726; }
a { background-color: rgb(47,39,38); }
div.DivClassName
{
background-color: #2F2726;
}
.BgClassName
{
background-color: #2F2726;
}
</style>
border-color css
<style>
span { border-color: #2F2726; }
span { border-color: rgb(47,39,38); }
td.TdClassName
{
border-color: #2F2726;
}
.TagClassName
{
border-color: #2F2726;
}
</style>