Shades of Brown Pod #3E2821
Tints of Brown Pod #3E2821
RGB
CMYK
RGB Variations
Color information
#3E2821 (or 0x3E2821) is known color: Brown Pod. HEX triplet: 3E, 28 and 21. RGB value is (62,40,33). Sum of RGB (Red+Green+Blue) = 62+40+33=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2821 is #C1D7DE. Grayscale: #2D2D2D. Windows color (decimal): -12703711 or 2172990. OLE color: 2172990.
HSL color Cylindrical-coordinate representation of color #3E2821: hue angle of 14.48º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E2821 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 40 | 33 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.76 |
| HSL | 14.48º | 0.31% | 0.19% | - |
| HSV(B) | 14.48º | 0.47% | 0.24% | - |
| XYZ | 3.02 | 2.65 | 1.79 | - |
| YUV | 45.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 33 | 0 | 0.35 | 0.47 | 0.76 | 14.48 | 0.31 | 0.19 |
| Hex | 3E | 28 | 21 | 0 | 23 | 2F | 4C | E | 1F | 13 |
| Octal | 76 | 50 | 41 | 0 | 43 | 57 | 114 | 16 | 37 | 23 |
| Binary | 111110 | 101000 | 100001 | 0 | 100011 | 101111 | 1001100 | 1110 | 11111 | 10011 |
Color Harmonies of #3E2821
Complementary color
Monochromatic Colors of #3E2821
Black with #3E2821
Text Example
Text Example
White with #3E2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2821; }
p { color: rgb(62,40,33); }
H1.HeaderClassName
{
color: #3E2821;
}
.AnyTagClassName
{
color: #3E2821;
}
</style>
background-color css
<style>
a { background-color: #3E2821; }
a { background-color: rgb(62,40,33); }
div.DivClassName
{
background-color: #3E2821;
}
.BgClassName
{
background-color: #3E2821;
}
</style>
border-color css
<style>
span { border-color: #3E2821; }
span { border-color: rgb(62,40,33); }
td.TdClassName
{
border-color: #3E2821;
}
.TagClassName
{
border-color: #3E2821;
}
</style>