Shades of Brown Pod #3E201A
Tints of Brown Pod #3E201A
RGB
CMYK
RGB Variations
Color information
#3E201A (or 0x3E201A) is known color: Brown Pod. HEX triplet: 3E, 20 and 1A. RGB value is (62,32,26). Sum of RGB (Red+Green+Blue) = 62+32+26=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E201A is #C1DFE5. Grayscale: #282828. Windows color (decimal): -12705766 or 1712190. OLE color: 1712190.
HSL color Cylindrical-coordinate representation of color #3E201A: hue angle of 10º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E201A is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 32 | 26 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.76 |
| HSL | 10º | 0.41% | 0.17% | - |
| HSV(B) | 10º | 0.58% | 0.24% | - |
| XYZ | 2.69 | 2.13 | 1.25 | - |
| YUV | 40.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 26 | 0 | 0.48 | 0.58 | 0.76 | 10 | 0.41 | 0.17 |
| Hex | 3E | 20 | 1A | 0 | 30 | 3A | 4C | A | 29 | 11 |
| Octal | 76 | 40 | 32 | 0 | 60 | 72 | 114 | 12 | 51 | 21 |
| Binary | 111110 | 100000 | 11010 | 0 | 110000 | 111010 | 1001100 | 1010 | 101001 | 10001 |
Color Harmonies of #3E201A
Complementary color
Monochromatic Colors of #3E201A
Black with #3E201A
Text Example
Text Example
White with #3E201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E201A; }
p { color: rgb(62,32,26); }
H1.HeaderClassName
{
color: #3E201A;
}
.AnyTagClassName
{
color: #3E201A;
}
</style>
background-color css
<style>
a { background-color: #3E201A; }
a { background-color: rgb(62,32,26); }
div.DivClassName
{
background-color: #3E201A;
}
.BgClassName
{
background-color: #3E201A;
}
</style>
border-color css
<style>
span { border-color: #3E201A; }
span { border-color: rgb(62,32,26); }
td.TdClassName
{
border-color: #3E201A;
}
.TagClassName
{
border-color: #3E201A;
}
</style>