Shades of Brown Pod #3F2621
Tints of Brown Pod #3F2621
RGB
CMYK
RGB Variations
Color information
#3F2621 (or 0x3F2621) is known color: Brown Pod. HEX triplet: 3F, 26 and 21. RGB value is (63,38,33). Sum of RGB (Red+Green+Blue) = 63+38+33=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2621 is #C0D9DE. Grayscale: #2C2C2C. Windows color (decimal): -12638687 or 2172479. OLE color: 2172479.
HSL color Cylindrical-coordinate representation of color #3F2621: hue angle of 10º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F2621 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 33 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.75 |
| HSL | 10º | 0.31% | 0.19% | - |
| HSV(B) | 10º | 0.48% | 0.25% | - |
| XYZ | 3.02 | 2.55 | 1.77 | - |
| YUV | 44.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 33 | 0 | 0.40 | 0.48 | 0.75 | 10 | 0.31 | 0.19 |
| Hex | 3F | 26 | 21 | 0 | 28 | 30 | 4B | A | 1F | 13 |
| Octal | 77 | 46 | 41 | 0 | 50 | 60 | 113 | 12 | 37 | 23 |
| Binary | 111111 | 100110 | 100001 | 0 | 101000 | 110000 | 1001011 | 1010 | 11111 | 10011 |
Color Harmonies of #3F2621
Complementary color
Monochromatic Colors of #3F2621
Black with #3F2621
Text Example
Text Example
White with #3F2621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2621; }
p { color: rgb(63,38,33); }
H1.HeaderClassName
{
color: #3F2621;
}
.AnyTagClassName
{
color: #3F2621;
}
</style>
background-color css
<style>
a { background-color: #3F2621; }
a { background-color: rgb(63,38,33); }
div.DivClassName
{
background-color: #3F2621;
}
.BgClassName
{
background-color: #3F2621;
}
</style>
border-color css
<style>
span { border-color: #3F2621; }
span { border-color: rgb(63,38,33); }
td.TdClassName
{
border-color: #3F2621;
}
.TagClassName
{
border-color: #3F2621;
}
</style>