Shades of Brown Pod #3E2420
Tints of Brown Pod #3E2420
RGB
CMYK
RGB Variations
Color information
#3E2420 (or 0x3E2420) is known color: Brown Pod. HEX triplet: 3E, 24 and 20. RGB value is (62,36,32). Sum of RGB (Red+Green+Blue) = 62+36+32=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2420 is #C1DBDF. Grayscale: #2B2B2B. Windows color (decimal): -12704736 or 2106430. OLE color: 2106430.
HSL color Cylindrical-coordinate representation of color #3E2420: hue angle of 8º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2420 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 36 | 32 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.76 |
| HSL | 8º | 0.32% | 0.18% | - |
| HSV(B) | 8º | 0.48% | 0.24% | - |
| XYZ | 2.88 | 2.39 | 1.68 | - |
| YUV | 43.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 32 | 0 | 0.42 | 0.48 | 0.76 | 8 | 0.32 | 0.18 |
| Hex | 3E | 24 | 20 | 0 | 2A | 30 | 4C | 8 | 20 | 12 |
| Octal | 76 | 44 | 40 | 0 | 52 | 60 | 114 | 10 | 40 | 22 |
| Binary | 111110 | 100100 | 100000 | 0 | 101010 | 110000 | 1001100 | 1000 | 100000 | 10010 |
Color Harmonies of #3E2420
Complementary color
Monochromatic Colors of #3E2420
Black with #3E2420
Text Example
Text Example
White with #3E2420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2420; }
p { color: rgb(62,36,32); }
H1.HeaderClassName
{
color: #3E2420;
}
.AnyTagClassName
{
color: #3E2420;
}
</style>
background-color css
<style>
a { background-color: #3E2420; }
a { background-color: rgb(62,36,32); }
div.DivClassName
{
background-color: #3E2420;
}
.BgClassName
{
background-color: #3E2420;
}
</style>
border-color css
<style>
span { border-color: #3E2420; }
span { border-color: rgb(62,36,32); }
td.TdClassName
{
border-color: #3E2420;
}
.TagClassName
{
border-color: #3E2420;
}
</style>