Shades of Brown Pod #3E220D
Tints of Brown Pod #3E220D
RGB
CMYK
RGB Variations
Color information
#3E220D (or 0x3E220D) is known color: Brown Pod. HEX triplet: 3E, 22 and 0D. RGB value is (62,34,13). Sum of RGB (Red+Green+Blue) = 62+34+13=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E220D is #C1DDF2. Grayscale: #282828. Windows color (decimal): -12705267 or 860734. OLE color: 860734.
HSL color Cylindrical-coordinate representation of color #3E220D: hue angle of 25.71º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E220D is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 34 | 13 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.76 |
| HSL | 25.71º | 0.65% | 0.15% | - |
| HSV(B) | 25.71º | 0.79% | 0.24% | - |
| XYZ | 2.63 | 2.2 | 0.67 | - |
| YUV | 39.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 13 | 0 | 0.45 | 0.79 | 0.76 | 25.71 | 0.65 | 0.15 |
| Hex | 3E | 22 | D | 0 | 2D | 4F | 4C | 1A | 41 | F |
| Octal | 76 | 42 | 15 | 0 | 55 | 117 | 114 | 32 | 101 | 17 |
| Binary | 111110 | 100010 | 1101 | 0 | 101101 | 1001111 | 1001100 | 11010 | 1000001 | 1111 |
Color Harmonies of #3E220D
Complementary color
Monochromatic Colors of #3E220D
Black with #3E220D
Text Example
Text Example
White with #3E220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E220D; }
p { color: rgb(62,34,13); }
H1.HeaderClassName
{
color: #3E220D;
}
.AnyTagClassName
{
color: #3E220D;
}
</style>
background-color css
<style>
a { background-color: #3E220D; }
a { background-color: rgb(62,34,13); }
div.DivClassName
{
background-color: #3E220D;
}
.BgClassName
{
background-color: #3E220D;
}
</style>
border-color css
<style>
span { border-color: #3E220D; }
span { border-color: rgb(62,34,13); }
td.TdClassName
{
border-color: #3E220D;
}
.TagClassName
{
border-color: #3E220D;
}
</style>