Shades of Brown Pod #3F261D
Tints of Brown Pod #3F261D
RGB
CMYK
RGB Variations
Color information
#3F261D (or 0x3F261D) is known color: Brown Pod. HEX triplet: 3F, 26 and 1D. RGB value is (63,38,29). Sum of RGB (Red+Green+Blue) = 63+38+29=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F261D is #C0D9E2. Grayscale: #2C2C2C. Windows color (decimal): -12638691 or 1910335. OLE color: 1910335.
HSL color Cylindrical-coordinate representation of color #3F261D: hue angle of 15.88º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F261D is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 29 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.75 |
| HSL | 15.88º | 0.37% | 0.18% | - |
| HSV(B) | 15.88º | 0.54% | 0.25% | - |
| XYZ | 2.96 | 2.53 | 1.49 | - |
| YUV | 44.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 29 | 0 | 0.40 | 0.54 | 0.75 | 15.88 | 0.37 | 0.18 |
| Hex | 3F | 26 | 1D | 0 | 28 | 36 | 4B | 10 | 25 | 12 |
| Octal | 77 | 46 | 35 | 0 | 50 | 66 | 113 | 20 | 45 | 22 |
| Binary | 111111 | 100110 | 11101 | 0 | 101000 | 110110 | 1001011 | 10000 | 100101 | 10010 |
Color Harmonies of #3F261D
Complementary color
Monochromatic Colors of #3F261D
Black with #3F261D
Text Example
Text Example
White with #3F261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F261D; }
p { color: rgb(63,38,29); }
H1.HeaderClassName
{
color: #3F261D;
}
.AnyTagClassName
{
color: #3F261D;
}
</style>
background-color css
<style>
a { background-color: #3F261D; }
a { background-color: rgb(63,38,29); }
div.DivClassName
{
background-color: #3F261D;
}
.BgClassName
{
background-color: #3F261D;
}
</style>
border-color css
<style>
span { border-color: #3F261D; }
span { border-color: rgb(63,38,29); }
td.TdClassName
{
border-color: #3F261D;
}
.TagClassName
{
border-color: #3F261D;
}
</style>