Shades of Brown Pod #3F261E
Tints of Brown Pod #3F261E
RGB
CMYK
RGB Variations
Color information
#3F261E (or 0x3F261E) is known color: Brown Pod. HEX triplet: 3F, 26 and 1E. RGB value is (63,38,30). Sum of RGB (Red+Green+Blue) = 63+38+30=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F261E is #C0D9E1. Grayscale: #2C2C2C. Windows color (decimal): -12638690 or 1975871. OLE color: 1975871.
HSL color Cylindrical-coordinate representation of color #3F261E: hue angle of 14.55º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F261E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 30 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.75 |
| HSL | 14.55º | 0.35% | 0.18% | - |
| HSV(B) | 14.55º | 0.52% | 0.25% | - |
| XYZ | 2.98 | 2.54 | 1.56 | - |
| YUV | 44.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 30 | 0 | 0.40 | 0.52 | 0.75 | 14.55 | 0.35 | 0.18 |
| Hex | 3F | 26 | 1E | 0 | 28 | 34 | 4B | F | 23 | 12 |
| Octal | 77 | 46 | 36 | 0 | 50 | 64 | 113 | 17 | 43 | 22 |
| Binary | 111111 | 100110 | 11110 | 0 | 101000 | 110100 | 1001011 | 1111 | 100011 | 10010 |
Color Harmonies of #3F261E
Complementary color
Monochromatic Colors of #3F261E
Black with #3F261E
Text Example
Text Example
White with #3F261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F261E; }
p { color: rgb(63,38,30); }
H1.HeaderClassName
{
color: #3F261E;
}
.AnyTagClassName
{
color: #3F261E;
}
</style>
background-color css
<style>
a { background-color: #3F261E; }
a { background-color: rgb(63,38,30); }
div.DivClassName
{
background-color: #3F261E;
}
.BgClassName
{
background-color: #3F261E;
}
</style>
border-color css
<style>
span { border-color: #3F261E; }
span { border-color: rgb(63,38,30); }
td.TdClassName
{
border-color: #3F261E;
}
.TagClassName
{
border-color: #3F261E;
}
</style>