Shades of Brown Pod #3E211D
Tints of Brown Pod #3E211D
RGB
CMYK
RGB Variations
Color information
#3E211D (or 0x3E211D) is known color: Brown Pod. HEX triplet: 3E, 21 and 1D. RGB value is (62,33,29). Sum of RGB (Red+Green+Blue) = 62+33+29=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E211D is #C1DEE2. Grayscale: #292929. Windows color (decimal): -12705507 or 1909054. OLE color: 1909054.
HSL color Cylindrical-coordinate representation of color #3E211D: hue angle of 7.27º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E211D is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 33 | 29 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.76 |
| HSL | 7.27º | 0.36% | 0.18% | - |
| HSV(B) | 7.27º | 0.53% | 0.24% | - |
| XYZ | 2.75 | 2.2 | 1.44 | - |
| YUV | 41.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 29 | 0 | 0.47 | 0.53 | 0.76 | 7.27 | 0.36 | 0.18 |
| Hex | 3E | 21 | 1D | 0 | 2F | 35 | 4C | 7 | 24 | 12 |
| Octal | 76 | 41 | 35 | 0 | 57 | 65 | 114 | 7 | 44 | 22 |
| Binary | 111110 | 100001 | 11101 | 0 | 101111 | 110101 | 1001100 | 111 | 100100 | 10010 |
Color Harmonies of #3E211D
Complementary color
Monochromatic Colors of #3E211D
Black with #3E211D
Text Example
Text Example
White with #3E211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E211D; }
p { color: rgb(62,33,29); }
H1.HeaderClassName
{
color: #3E211D;
}
.AnyTagClassName
{
color: #3E211D;
}
</style>
background-color css
<style>
a { background-color: #3E211D; }
a { background-color: rgb(62,33,29); }
div.DivClassName
{
background-color: #3E211D;
}
.BgClassName
{
background-color: #3E211D;
}
</style>
border-color css
<style>
span { border-color: #3E211D; }
span { border-color: rgb(62,33,29); }
td.TdClassName
{
border-color: #3E211D;
}
.TagClassName
{
border-color: #3E211D;
}
</style>