Shades of Brown Pod #3F2822
Tints of Brown Pod #3F2822
RGB
CMYK
RGB Variations
Color information
#3F2822 (or 0x3F2822) is known color: Brown Pod. HEX triplet: 3F, 28 and 22. RGB value is (63,40,34). Sum of RGB (Red+Green+Blue) = 63+40+34=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2822 is #C0D7DD. Grayscale: #2E2E2E. Windows color (decimal): -12638174 or 2238527. OLE color: 2238527.
HSL color Cylindrical-coordinate representation of color #3F2822: hue angle of 12.41º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F2822 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 34 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.75 |
| HSL | 12.41º | 0.3% | 0.19% | - |
| HSV(B) | 12.41º | 0.46% | 0.25% | - |
| XYZ | 3.1 | 2.69 | 1.87 | - |
| YUV | 46.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 34 | 0 | 0.37 | 0.46 | 0.75 | 12.41 | 0.3 | 0.19 |
| Hex | 3F | 28 | 22 | 0 | 25 | 2E | 4B | C | 1E | 13 |
| Octal | 77 | 50 | 42 | 0 | 45 | 56 | 113 | 14 | 36 | 23 |
| Binary | 111111 | 101000 | 100010 | 0 | 100101 | 101110 | 1001011 | 1100 | 11110 | 10011 |
Color Harmonies of #3F2822
Complementary color
Monochromatic Colors of #3F2822
Black with #3F2822
Text Example
Text Example
White with #3F2822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2822; }
p { color: rgb(63,40,34); }
H1.HeaderClassName
{
color: #3F2822;
}
.AnyTagClassName
{
color: #3F2822;
}
</style>
background-color css
<style>
a { background-color: #3F2822; }
a { background-color: rgb(63,40,34); }
div.DivClassName
{
background-color: #3F2822;
}
.BgClassName
{
background-color: #3F2822;
}
</style>
border-color css
<style>
span { border-color: #3F2822; }
span { border-color: rgb(63,40,34); }
td.TdClassName
{
border-color: #3F2822;
}
.TagClassName
{
border-color: #3F2822;
}
</style>