Shades of Livid Brown #2F2725
Tints of Livid Brown #2F2725
RGB
CMYK
RGB Variations
Color information
#2F2725 (or 0x2F2725) is known color: Livid Brown. HEX triplet: 2F, 27 and 25. RGB value is (47,39,37). Sum of RGB (Red+Green+Blue) = 47+39+37=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2725 is #D0D8DA. Grayscale: #292929. Windows color (decimal): -13687003 or 2434863. OLE color: 2434863.
HSL color Cylindrical-coordinate representation of color #2F2725: hue angle of 12º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2F2725 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 39 | 37 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.82 |
| HSL | 12º | 0.12% | 0.16% | - |
| HSV(B) | 12º | 0.21% | 0.18% | - |
| XYZ | 2.23 | 2.19 | 2.06 | - |
| YUV | 41.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 37 | 0 | 0.17 | 0.21 | 0.82 | 12 | 0.12 | 0.16 |
| Hex | 2F | 27 | 25 | 0 | 11 | 15 | 52 | C | C | 10 |
| Octal | 57 | 47 | 45 | 0 | 21 | 25 | 122 | 14 | 14 | 20 |
| Binary | 101111 | 100111 | 100101 | 0 | 10001 | 10101 | 1010010 | 1100 | 1100 | 10000 |
Color Harmonies of #2F2725
Complementary color
Monochromatic Colors of #2F2725
Black with #2F2725
Text Example
Text Example
White with #2F2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2725; }
p { color: rgb(47,39,37); }
H1.HeaderClassName
{
color: #2F2725;
}
.AnyTagClassName
{
color: #2F2725;
}
</style>
background-color css
<style>
a { background-color: #2F2725; }
a { background-color: rgb(47,39,37); }
div.DivClassName
{
background-color: #2F2725;
}
.BgClassName
{
background-color: #2F2725;
}
</style>
border-color css
<style>
span { border-color: #2F2725; }
span { border-color: rgb(47,39,37); }
td.TdClassName
{
border-color: #2F2725;
}
.TagClassName
{
border-color: #2F2725;
}
</style>