Shades of Livid Brown #3F2927
Tints of Livid Brown #3F2927
RGB
CMYK
RGB Variations
Color information
#3F2927 (or 0x3F2927) is known color: Livid Brown. HEX triplet: 3F, 29 and 27. RGB value is (63,41,39). Sum of RGB (Red+Green+Blue) = 63+41+39=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2927 is #C0D6D8. Grayscale: #2F2F2F. Windows color (decimal): -12637913 or 2566463. OLE color: 2566463.
HSL color Cylindrical-coordinate representation of color #3F2927: hue angle of 5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F2927 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 41 | 39 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.75 |
| HSL | 5º | 0.24% | 0.2% | - |
| HSV(B) | 5º | 0.38% | 0.25% | - |
| XYZ | 3.21 | 2.79 | 2.29 | - |
| YUV | 47.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 39 | 0 | 0.35 | 0.38 | 0.75 | 5 | 0.24 | 0.2 |
| Hex | 3F | 29 | 27 | 0 | 23 | 26 | 4B | 5 | 18 | 14 |
| Octal | 77 | 51 | 47 | 0 | 43 | 46 | 113 | 5 | 30 | 24 |
| Binary | 111111 | 101001 | 100111 | 0 | 100011 | 100110 | 1001011 | 101 | 11000 | 10100 |
Color Harmonies of #3F2927
Complementary color
Monochromatic Colors of #3F2927
Black with #3F2927
Text Example
Text Example
White with #3F2927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2927; }
p { color: rgb(63,41,39); }
H1.HeaderClassName
{
color: #3F2927;
}
.AnyTagClassName
{
color: #3F2927;
}
</style>
background-color css
<style>
a { background-color: #3F2927; }
a { background-color: rgb(63,41,39); }
div.DivClassName
{
background-color: #3F2927;
}
.BgClassName
{
background-color: #3F2927;
}
</style>
border-color css
<style>
span { border-color: #3F2927; }
span { border-color: rgb(63,41,39); }
td.TdClassName
{
border-color: #3F2927;
}
.TagClassName
{
border-color: #3F2927;
}
</style>