Shades of Livid Brown #3F2725
Tints of Livid Brown #3F2725
RGB
CMYK
RGB Variations
Color information
#3F2725 (or 0x3F2725) is known color: Livid Brown. HEX triplet: 3F, 27 and 25. RGB value is (63,39,37). Sum of RGB (Red+Green+Blue) = 63+39+37=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2725 is #C0D8DA. Grayscale: #2D2D2D. Windows color (decimal): -12638427 or 2434879. OLE color: 2434879.
HSL color Cylindrical-coordinate representation of color #3F2725: hue angle of 4.62º 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 #3F2725 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 37 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.75 |
| HSL | 4.62º | 0.26% | 0.2% | - |
| HSV(B) | 4.62º | 0.41% | 0.25% | - |
| XYZ | 3.11 | 2.64 | 2.1 | - |
| YUV | 45.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 37 | 0 | 0.38 | 0.41 | 0.75 | 4.62 | 0.26 | 0.2 |
| Hex | 3F | 27 | 25 | 0 | 26 | 29 | 4B | 5 | 1A | 14 |
| Octal | 77 | 47 | 45 | 0 | 46 | 51 | 113 | 5 | 32 | 24 |
| Binary | 111111 | 100111 | 100101 | 0 | 100110 | 101001 | 1001011 | 101 | 11010 | 10100 |
Color Harmonies of #3F2725
Complementary color
Monochromatic Colors of #3F2725
Black with #3F2725
Text Example
Text Example
White with #3F2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2725; }
p { color: rgb(63,39,37); }
H1.HeaderClassName
{
color: #3F2725;
}
.AnyTagClassName
{
color: #3F2725;
}
</style>
background-color css
<style>
a { background-color: #3F2725; }
a { background-color: rgb(63,39,37); }
div.DivClassName
{
background-color: #3F2725;
}
.BgClassName
{
background-color: #3F2725;
}
</style>
border-color css
<style>
span { border-color: #3F2725; }
span { border-color: rgb(63,39,37); }
td.TdClassName
{
border-color: #3F2725;
}
.TagClassName
{
border-color: #3F2725;
}
</style>