Shades of Brown Pod #3F261F
Tints of Brown Pod #3F261F
RGB
CMYK
RGB Variations
Color information
#3F261F (or 0x3F261F) is known color: Brown Pod. HEX triplet: 3F, 26 and 1F. RGB value is (63,38,31). Sum of RGB (Red+Green+Blue) = 63+38+31=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F261F is #C0D9E0. Grayscale: #2C2C2C. Windows color (decimal): -12638689 or 2041407. OLE color: 2041407.
HSL color Cylindrical-coordinate representation of color #3F261F: hue angle of 13.12º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F261F is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 31 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.75 |
| HSL | 13.13º | 0.34% | 0.18% | - |
| HSV(B) | 13.13º | 0.51% | 0.25% | - |
| XYZ | 2.99 | 2.54 | 1.63 | - |
| YUV | 44.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 31 | 0 | 0.40 | 0.51 | 0.75 | 13.13 | 0.34 | 0.18 |
| Hex | 3F | 26 | 1F | 0 | 28 | 33 | 4B | D | 22 | 12 |
| Octal | 77 | 46 | 37 | 0 | 50 | 63 | 113 | 15 | 42 | 22 |
| Binary | 111111 | 100110 | 11111 | 0 | 101000 | 110011 | 1001011 | 1101 | 100010 | 10010 |
Color Harmonies of #3F261F
Complementary color
Monochromatic Colors of #3F261F
Black with #3F261F
Text Example
Text Example
White with #3F261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F261F; }
p { color: rgb(63,38,31); }
H1.HeaderClassName
{
color: #3F261F;
}
.AnyTagClassName
{
color: #3F261F;
}
</style>
background-color css
<style>
a { background-color: #3F261F; }
a { background-color: rgb(63,38,31); }
div.DivClassName
{
background-color: #3F261F;
}
.BgClassName
{
background-color: #3F261F;
}
</style>
border-color css
<style>
span { border-color: #3F261F; }
span { border-color: rgb(63,38,31); }
td.TdClassName
{
border-color: #3F261F;
}
.TagClassName
{
border-color: #3F261F;
}
</style>