Shades of Livid Brown #2F2321
Tints of Livid Brown #2F2321
RGB
CMYK
RGB Variations
Color information
#2F2321 (or 0x2F2321) is known color: Livid Brown. HEX triplet: 2F, 23 and 21. RGB value is (47,35,33). Sum of RGB (Red+Green+Blue) = 47+35+33=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2321 is #D0DCDE. Grayscale: #262626. Windows color (decimal): -13688031 or 2171695. OLE color: 2171695.
HSL color Cylindrical-coordinate representation of color #2F2321: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F2321 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 35 | 33 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.82 |
| HSL | 8.57º | 0.18% | 0.16% | - |
| HSV(B) | 8.57º | 0.3% | 0.18% | - |
| XYZ | 2.05 | 1.92 | 1.7 | - |
| YUV | 38.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 33 | 0 | 0.26 | 0.30 | 0.82 | 8.57 | 0.18 | 0.16 |
| Hex | 2F | 23 | 21 | 0 | 1A | 1E | 52 | 9 | 12 | 10 |
| Octal | 57 | 43 | 41 | 0 | 32 | 36 | 122 | 11 | 22 | 20 |
| Binary | 101111 | 100011 | 100001 | 0 | 11010 | 11110 | 1010010 | 1001 | 10010 | 10000 |
Color Harmonies of #2F2321
Complementary color
Monochromatic Colors of #2F2321
Black with #2F2321
Text Example
Text Example
White with #2F2321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2321; }
p { color: rgb(47,35,33); }
H1.HeaderClassName
{
color: #2F2321;
}
.AnyTagClassName
{
color: #2F2321;
}
</style>
background-color css
<style>
a { background-color: #2F2321; }
a { background-color: rgb(47,35,33); }
div.DivClassName
{
background-color: #2F2321;
}
.BgClassName
{
background-color: #2F2321;
}
</style>
border-color css
<style>
span { border-color: #2F2321; }
span { border-color: rgb(47,35,33); }
td.TdClassName
{
border-color: #2F2321;
}
.TagClassName
{
border-color: #2F2321;
}
</style>