Shades of Livid Brown #3F2422
Tints of Livid Brown #3F2422
RGB
CMYK
RGB Variations
Color information
#3F2422 (or 0x3F2422) is known color: Livid Brown. HEX triplet: 3F, 24 and 22. RGB value is (63,36,34). Sum of RGB (Red+Green+Blue) = 63+36+34=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2422 is #C0DBDD. Grayscale: #2B2B2B. Windows color (decimal): -12639198 or 2237503. OLE color: 2237503.
HSL color Cylindrical-coordinate representation of color #3F2422: hue angle of 4.14º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F2422 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 36 | 34 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.75 |
| HSL | 4.14º | 0.3% | 0.19% | - |
| HSV(B) | 4.14º | 0.46% | 0.25% | - |
| XYZ | 2.97 | 2.43 | 1.83 | - |
| YUV | 43.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 34 | 0 | 0.43 | 0.46 | 0.75 | 4.14 | 0.3 | 0.19 |
| Hex | 3F | 24 | 22 | 0 | 2B | 2E | 4B | 4 | 1E | 13 |
| Octal | 77 | 44 | 42 | 0 | 53 | 56 | 113 | 4 | 36 | 23 |
| Binary | 111111 | 100100 | 100010 | 0 | 101011 | 101110 | 1001011 | 100 | 11110 | 10011 |
Color Harmonies of #3F2422
Complementary color
Monochromatic Colors of #3F2422
Black with #3F2422
Text Example
Text Example
White with #3F2422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2422; }
p { color: rgb(63,36,34); }
H1.HeaderClassName
{
color: #3F2422;
}
.AnyTagClassName
{
color: #3F2422;
}
</style>
background-color css
<style>
a { background-color: #3F2422; }
a { background-color: rgb(63,36,34); }
div.DivClassName
{
background-color: #3F2422;
}
.BgClassName
{
background-color: #3F2422;
}
</style>
border-color css
<style>
span { border-color: #3F2422; }
span { border-color: rgb(63,36,34); }
td.TdClassName
{
border-color: #3F2422;
}
.TagClassName
{
border-color: #3F2422;
}
</style>