Shades of Brown Pod #3E2215
Tints of Brown Pod #3E2215
RGB
CMYK
RGB Variations
Color information
#3E2215 (or 0x3E2215) is known color: Brown Pod. HEX triplet: 3E, 22 and 15. RGB value is (62,34,21). Sum of RGB (Red+Green+Blue) = 62+34+21=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2215 is #C1DDEA. Grayscale: #282828. Windows color (decimal): -12705259 or 1385022. OLE color: 1385022.
HSL color Cylindrical-coordinate representation of color #3E2215: hue angle of 19.02º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E2215 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 34 | 21 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.76 |
| HSL | 19.02º | 0.49% | 0.16% | - |
| HSV(B) | 19.02º | 0.66% | 0.24% | - |
| XYZ | 2.69 | 2.22 | 1 | - |
| YUV | 40.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 21 | 0 | 0.45 | 0.66 | 0.76 | 19.02 | 0.49 | 0.16 |
| Hex | 3E | 22 | 15 | 0 | 2D | 42 | 4C | 13 | 31 | 10 |
| Octal | 76 | 42 | 25 | 0 | 55 | 102 | 114 | 23 | 61 | 20 |
| Binary | 111110 | 100010 | 10101 | 0 | 101101 | 1000010 | 1001100 | 10011 | 110001 | 10000 |
Color Harmonies of #3E2215
Complementary color
Monochromatic Colors of #3E2215
Black with #3E2215
Text Example
Text Example
White with #3E2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2215; }
p { color: rgb(62,34,21); }
H1.HeaderClassName
{
color: #3E2215;
}
.AnyTagClassName
{
color: #3E2215;
}
</style>
background-color css
<style>
a { background-color: #3E2215; }
a { background-color: rgb(62,34,21); }
div.DivClassName
{
background-color: #3E2215;
}
.BgClassName
{
background-color: #3E2215;
}
</style>
border-color css
<style>
span { border-color: #3E2215; }
span { border-color: rgb(62,34,21); }
td.TdClassName
{
border-color: #3E2215;
}
.TagClassName
{
border-color: #3E2215;
}
</style>