Shades of Brown Pod #3E2516
Tints of Brown Pod #3E2516
RGB
CMYK
RGB Variations
Color information
#3E2516 (or 0x3E2516) is known color: Brown Pod. HEX triplet: 3E, 25 and 16. RGB value is (62,37,22). Sum of RGB (Red+Green+Blue) = 62+37+22=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2516 is #C1DAE9. Grayscale: #2A2A2A. Windows color (decimal): -12704490 or 1451326. OLE color: 1451326.
HSL color Cylindrical-coordinate representation of color #3E2516: hue angle of 22.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E2516 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 37 | 22 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.76 |
| HSL | 22.5º | 0.48% | 0.16% | - |
| HSV(B) | 22.5º | 0.65% | 0.24% | - |
| XYZ | 2.79 | 2.41 | 1.08 | - |
| YUV | 42.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 22 | 0 | 0.40 | 0.65 | 0.76 | 22.5 | 0.48 | 0.16 |
| Hex | 3E | 25 | 16 | 0 | 28 | 41 | 4C | 16 | 30 | 10 |
| Octal | 76 | 45 | 26 | 0 | 50 | 101 | 114 | 26 | 60 | 20 |
| Binary | 111110 | 100101 | 10110 | 0 | 101000 | 1000001 | 1001100 | 10110 | 110000 | 10000 |
Color Harmonies of #3E2516
Complementary color
Monochromatic Colors of #3E2516
Black with #3E2516
Text Example
Text Example
White with #3E2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2516; }
p { color: rgb(62,37,22); }
H1.HeaderClassName
{
color: #3E2516;
}
.AnyTagClassName
{
color: #3E2516;
}
</style>
background-color css
<style>
a { background-color: #3E2516; }
a { background-color: rgb(62,37,22); }
div.DivClassName
{
background-color: #3E2516;
}
.BgClassName
{
background-color: #3E2516;
}
</style>
border-color css
<style>
span { border-color: #3E2516; }
span { border-color: rgb(62,37,22); }
td.TdClassName
{
border-color: #3E2516;
}
.TagClassName
{
border-color: #3E2516;
}
</style>