Shades of Brown Pod #3F2622
Tints of Brown Pod #3F2622
RGB
CMYK
RGB Variations
Color information
#3F2622 (or 0x3F2622) is known color: Brown Pod. HEX triplet: 3F, 26 and 22. RGB value is (63,38,34). Sum of RGB (Red+Green+Blue) = 63+38+34=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2622 is #C0D9DD. Grayscale: #2D2D2D. Windows color (decimal): -12638686 or 2238015. OLE color: 2238015.
HSL color Cylindrical-coordinate representation of color #3F2622: hue angle of 8.28º 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 #3F2622 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 34 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.75 |
| HSL | 8.28º | 0.3% | 0.19% | - |
| HSV(B) | 8.28º | 0.46% | 0.25% | - |
| XYZ | 3.03 | 2.56 | 1.85 | - |
| YUV | 45.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 34 | 0 | 0.40 | 0.46 | 0.75 | 8.28 | 0.3 | 0.19 |
| Hex | 3F | 26 | 22 | 0 | 28 | 2E | 4B | 8 | 1E | 13 |
| Octal | 77 | 46 | 42 | 0 | 50 | 56 | 113 | 10 | 36 | 23 |
| Binary | 111111 | 100110 | 100010 | 0 | 101000 | 101110 | 1001011 | 1000 | 11110 | 10011 |
Color Harmonies of #3F2622
Complementary color
Monochromatic Colors of #3F2622
Black with #3F2622
Text Example
Text Example
White with #3F2622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2622; }
p { color: rgb(63,38,34); }
H1.HeaderClassName
{
color: #3F2622;
}
.AnyTagClassName
{
color: #3F2622;
}
</style>
background-color css
<style>
a { background-color: #3F2622; }
a { background-color: rgb(63,38,34); }
div.DivClassName
{
background-color: #3F2622;
}
.BgClassName
{
background-color: #3F2622;
}
</style>
border-color css
<style>
span { border-color: #3F2622; }
span { border-color: rgb(63,38,34); }
td.TdClassName
{
border-color: #3F2622;
}
.TagClassName
{
border-color: #3F2622;
}
</style>