Shades of Brown Pod #3E1D0A
Tints of Brown Pod #3E1D0A
RGB
CMYK
RGB Variations
Color information
#3E1D0A (or 0x3E1D0A) is known color: Brown Pod. HEX triplet: 3E, 1D and 0A. RGB value is (62,29,10). Sum of RGB (Red+Green+Blue) = 62+29+10=101 (13% of max value = 765). Red value is 62 (24.61% from 255 or 61.39% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1D0A is #C1E2F5. Grayscale: #242424. Windows color (decimal): -12706550 or 662846. OLE color: 662846.
HSL color Cylindrical-coordinate representation of color #3E1D0A: hue angle of 21.92º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E1D0A is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 29 | 10 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.76 |
| HSL | 21.92º | 0.72% | 0.14% | - |
| HSV(B) | 21.92º | 0.84% | 0.24% | - |
| XYZ | 2.48 | 1.92 | 0.53 | - |
| YUV | 36.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 29 | 10 | 0 | 0.53 | 0.84 | 0.76 | 21.92 | 0.72 | 0.14 |
| Hex | 3E | 1D | A | 0 | 35 | 54 | 4C | 16 | 48 | E |
| Octal | 76 | 35 | 12 | 0 | 65 | 124 | 114 | 26 | 110 | 16 |
| Binary | 111110 | 11101 | 1010 | 0 | 110101 | 1010100 | 1001100 | 10110 | 1001000 | 1110 |
Color Harmonies of #3E1D0A
Complementary color
Monochromatic Colors of #3E1D0A
Black with #3E1D0A
Text Example
Text Example
White with #3E1D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1D0A; }
p { color: rgb(62,29,10); }
H1.HeaderClassName
{
color: #3E1D0A;
}
.AnyTagClassName
{
color: #3E1D0A;
}
</style>
background-color css
<style>
a { background-color: #3E1D0A; }
a { background-color: rgb(62,29,10); }
div.DivClassName
{
background-color: #3E1D0A;
}
.BgClassName
{
background-color: #3E1D0A;
}
</style>
border-color css
<style>
span { border-color: #3E1D0A; }
span { border-color: rgb(62,29,10); }
td.TdClassName
{
border-color: #3E1D0A;
}
.TagClassName
{
border-color: #3E1D0A;
}
</style>