Shades of Brown Pod #3F2114
Tints of Brown Pod #3F2114
RGB
CMYK
RGB Variations
Color information
#3F2114 (or 0x3F2114) is known color: Brown Pod. HEX triplet: 3F, 21 and 14. RGB value is (63,33,20). Sum of RGB (Red+Green+Blue) = 63+33+20=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2114 is #C0DEEB. Grayscale: #282828. Windows color (decimal): -12639980 or 1319231. OLE color: 1319231.
HSL color Cylindrical-coordinate representation of color #3F2114: hue angle of 18.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F2114 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 33 | 20 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.75 |
| HSL | 18.14º | 0.52% | 0.16% | - |
| HSV(B) | 18.14º | 0.68% | 0.25% | - |
| XYZ | 2.72 | 2.19 | 0.94 | - |
| YUV | 40.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 20 | 0 | 0.48 | 0.68 | 0.75 | 18.14 | 0.52 | 0.16 |
| Hex | 3F | 21 | 14 | 0 | 30 | 44 | 4B | 12 | 34 | 10 |
| Octal | 77 | 41 | 24 | 0 | 60 | 104 | 113 | 22 | 64 | 20 |
| Binary | 111111 | 100001 | 10100 | 0 | 110000 | 1000100 | 1001011 | 10010 | 110100 | 10000 |
Color Harmonies of #3F2114
Complementary color
Monochromatic Colors of #3F2114
Black with #3F2114
Text Example
Text Example
White with #3F2114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2114; }
p { color: rgb(63,33,20); }
H1.HeaderClassName
{
color: #3F2114;
}
.AnyTagClassName
{
color: #3F2114;
}
</style>
background-color css
<style>
a { background-color: #3F2114; }
a { background-color: rgb(63,33,20); }
div.DivClassName
{
background-color: #3F2114;
}
.BgClassName
{
background-color: #3F2114;
}
</style>
border-color css
<style>
span { border-color: #3F2114; }
span { border-color: rgb(63,33,20); }
td.TdClassName
{
border-color: #3F2114;
}
.TagClassName
{
border-color: #3F2114;
}
</style>