Shades of Brown Pod #3E2013
Tints of Brown Pod #3E2013
RGB
CMYK
RGB Variations
Color information
#3E2013 (or 0x3E2013) is known color: Brown Pod. HEX triplet: 3E, 20 and 13. RGB value is (62,32,19). Sum of RGB (Red+Green+Blue) = 62+32+19=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2013 is #C1DFEC. Grayscale: #272727. Windows color (decimal): -12705773 or 1253438. OLE color: 1253438.
HSL color Cylindrical-coordinate representation of color #3E2013: hue angle of 18.14º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E2013 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 32 | 19 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.76 |
| HSL | 18.14º | 0.53% | 0.16% | - |
| HSV(B) | 18.14º | 0.69% | 0.24% | - |
| XYZ | 2.62 | 2.1 | 0.88 | - |
| YUV | 39.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 19 | 0 | 0.48 | 0.69 | 0.76 | 18.14 | 0.53 | 0.16 |
| Hex | 3E | 20 | 13 | 0 | 30 | 45 | 4C | 12 | 35 | 10 |
| Octal | 76 | 40 | 23 | 0 | 60 | 105 | 114 | 22 | 65 | 20 |
| Binary | 111110 | 100000 | 10011 | 0 | 110000 | 1000101 | 1001100 | 10010 | 110101 | 10000 |
Color Harmonies of #3E2013
Complementary color
Monochromatic Colors of #3E2013
Black with #3E2013
Text Example
Text Example
White with #3E2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2013; }
p { color: rgb(62,32,19); }
H1.HeaderClassName
{
color: #3E2013;
}
.AnyTagClassName
{
color: #3E2013;
}
</style>
background-color css
<style>
a { background-color: #3E2013; }
a { background-color: rgb(62,32,19); }
div.DivClassName
{
background-color: #3E2013;
}
.BgClassName
{
background-color: #3E2013;
}
</style>
border-color css
<style>
span { border-color: #3E2013; }
span { border-color: rgb(62,32,19); }
td.TdClassName
{
border-color: #3E2013;
}
.TagClassName
{
border-color: #3E2013;
}
</style>