Shades of Livid Brown #3F2625
Tints of Livid Brown #3F2625
RGB
CMYK
RGB Variations
Color information
#3F2625 (or 0x3F2625) is known color: Livid Brown. HEX triplet: 3F, 26 and 25. RGB value is (63,38,37). Sum of RGB (Red+Green+Blue) = 63+38+37=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2625 is #C0D9DA. Grayscale: #2D2D2D. Windows color (decimal): -12638683 or 2434623. OLE color: 2434623.
HSL color Cylindrical-coordinate representation of color #3F2625: hue angle of 2.31º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F2625 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 37 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.75 |
| HSL | 2.31º | 0.26% | 0.2% | - |
| HSV(B) | 2.31º | 0.41% | 0.25% | - |
| XYZ | 3.08 | 2.58 | 2.09 | - |
| YUV | 45.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 37 | 0 | 0.40 | 0.41 | 0.75 | 2.31 | 0.26 | 0.2 |
| Hex | 3F | 26 | 25 | 0 | 28 | 29 | 4B | 2 | 1A | 14 |
| Octal | 77 | 46 | 45 | 0 | 50 | 51 | 113 | 2 | 32 | 24 |
| Binary | 111111 | 100110 | 100101 | 0 | 101000 | 101001 | 1001011 | 10 | 11010 | 10100 |
Color Harmonies of #3F2625
Complementary color
Monochromatic Colors of #3F2625
Black with #3F2625
Text Example
Text Example
White with #3F2625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2625; }
p { color: rgb(63,38,37); }
H1.HeaderClassName
{
color: #3F2625;
}
.AnyTagClassName
{
color: #3F2625;
}
</style>
background-color css
<style>
a { background-color: #3F2625; }
a { background-color: rgb(63,38,37); }
div.DivClassName
{
background-color: #3F2625;
}
.BgClassName
{
background-color: #3F2625;
}
</style>
border-color css
<style>
span { border-color: #3F2625; }
span { border-color: rgb(63,38,37); }
td.TdClassName
{
border-color: #3F2625;
}
.TagClassName
{
border-color: #3F2625;
}
</style>