Shades of Brown Pod #3E211F
Tints of Brown Pod #3E211F
RGB
CMYK
RGB Variations
Color information
#3E211F (or 0x3E211F) is known color: Brown Pod. HEX triplet: 3E, 21 and 1F. RGB value is (62,33,31). Sum of RGB (Red+Green+Blue) = 62+33+31=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E211F is #C1DEE0. Grayscale: #292929. Windows color (decimal): -12705505 or 2040126. OLE color: 2040126.
HSL color Cylindrical-coordinate representation of color #3E211F: hue angle of 3.87º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E211F is Cyan = 0, Magento = 0.47, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 33 | 31 | - |
| CMYK | 0 | 0.47 | 0.5 | 0.76 |
| HSL | 3.87º | 0.33% | 0.18% | - |
| HSV(B) | 3.87º | 0.5% | 0.24% | - |
| XYZ | 2.78 | 2.21 | 1.58 | - |
| YUV | 41.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 31 | 0 | 0.47 | 0.5 | 0.76 | 3.87 | 0.33 | 0.18 |
| Hex | 3E | 21 | 1F | 0 | 2F | 32 | 4C | 4 | 21 | 12 |
| Octal | 76 | 41 | 37 | 0 | 57 | 62 | 114 | 4 | 41 | 22 |
| Binary | 111110 | 100001 | 11111 | 0 | 101111 | 110010 | 1001100 | 100 | 100001 | 10010 |
Color Harmonies of #3E211F
Complementary color
Monochromatic Colors of #3E211F
Black with #3E211F
Text Example
Text Example
White with #3E211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E211F; }
p { color: rgb(62,33,31); }
H1.HeaderClassName
{
color: #3E211F;
}
.AnyTagClassName
{
color: #3E211F;
}
</style>
background-color css
<style>
a { background-color: #3E211F; }
a { background-color: rgb(62,33,31); }
div.DivClassName
{
background-color: #3E211F;
}
.BgClassName
{
background-color: #3E211F;
}
</style>
border-color css
<style>
span { border-color: #3E211F; }
span { border-color: rgb(62,33,31); }
td.TdClassName
{
border-color: #3E211F;
}
.TagClassName
{
border-color: #3E211F;
}
</style>