Shades of Livid Brown #3F2826
Tints of Livid Brown #3F2826
RGB
CMYK
RGB Variations
Color information
#3F2826 (or 0x3F2826) is known color: Livid Brown. HEX triplet: 3F, 28 and 26. RGB value is (63,40,38). Sum of RGB (Red+Green+Blue) = 63+40+38=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2826 is #C0D7D9. Grayscale: #2E2E2E. Windows color (decimal): -12638170 or 2500671. OLE color: 2500671.
HSL color Cylindrical-coordinate representation of color #3F2826: hue angle of 4.8º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F2826 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 38 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.75 |
| HSL | 4.8º | 0.25% | 0.2% | - |
| HSV(B) | 4.8º | 0.4% | 0.25% | - |
| XYZ | 3.16 | 2.71 | 2.19 | - |
| YUV | 46.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 38 | 0 | 0.37 | 0.40 | 0.75 | 4.8 | 0.25 | 0.2 |
| Hex | 3F | 28 | 26 | 0 | 25 | 28 | 4B | 5 | 19 | 14 |
| Octal | 77 | 50 | 46 | 0 | 45 | 50 | 113 | 5 | 31 | 24 |
| Binary | 111111 | 101000 | 100110 | 0 | 100101 | 101000 | 1001011 | 101 | 11001 | 10100 |
Color Harmonies of #3F2826
Complementary color
Monochromatic Colors of #3F2826
Black with #3F2826
Text Example
Text Example
White with #3F2826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2826; }
p { color: rgb(63,40,38); }
H1.HeaderClassName
{
color: #3F2826;
}
.AnyTagClassName
{
color: #3F2826;
}
</style>
background-color css
<style>
a { background-color: #3F2826; }
a { background-color: rgb(63,40,38); }
div.DivClassName
{
background-color: #3F2826;
}
.BgClassName
{
background-color: #3F2826;
}
</style>
border-color css
<style>
span { border-color: #3F2826; }
span { border-color: rgb(63,40,38); }
td.TdClassName
{
border-color: #3F2826;
}
.TagClassName
{
border-color: #3F2826;
}
</style>