Shades of Brown Pod #3F2211
Tints of Brown Pod #3F2211
RGB
CMYK
RGB Variations
Color information
#3F2211 (or 0x3F2211) is known color: Brown Pod. HEX triplet: 3F, 22 and 11. RGB value is (63,34,17). Sum of RGB (Red+Green+Blue) = 63+34+17=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2211 is #C0DDEE. Grayscale: #282828. Windows color (decimal): -12639727 or 1122879. OLE color: 1122879.
HSL color Cylindrical-coordinate representation of color #3F2211: hue angle of 22.17º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F2211 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 34 | 17 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.75 |
| HSL | 22.17º | 0.58% | 0.16% | - |
| HSV(B) | 22.17º | 0.73% | 0.25% | - |
| XYZ | 2.72 | 2.24 | 0.82 | - |
| YUV | 40.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 17 | 0 | 0.46 | 0.73 | 0.75 | 22.17 | 0.58 | 0.16 |
| Hex | 3F | 22 | 11 | 0 | 2E | 49 | 4B | 16 | 3A | 10 |
| Octal | 77 | 42 | 21 | 0 | 56 | 111 | 113 | 26 | 72 | 20 |
| Binary | 111111 | 100010 | 10001 | 0 | 101110 | 1001001 | 1001011 | 10110 | 111010 | 10000 |
Color Harmonies of #3F2211
Complementary color
Monochromatic Colors of #3F2211
Black with #3F2211
Text Example
Text Example
White with #3F2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2211; }
p { color: rgb(63,34,17); }
H1.HeaderClassName
{
color: #3F2211;
}
.AnyTagClassName
{
color: #3F2211;
}
</style>
background-color css
<style>
a { background-color: #3F2211; }
a { background-color: rgb(63,34,17); }
div.DivClassName
{
background-color: #3F2211;
}
.BgClassName
{
background-color: #3F2211;
}
</style>
border-color css
<style>
span { border-color: #3F2211; }
span { border-color: rgb(63,34,17); }
td.TdClassName
{
border-color: #3F2211;
}
.TagClassName
{
border-color: #3F2211;
}
</style>