Shades of Brown Pod #3E2315
Tints of Brown Pod #3E2315
RGB
CMYK
RGB Variations
Color information
#3E2315 (or 0x3E2315) is known color: Brown Pod. HEX triplet: 3E, 23 and 15. RGB value is (62,35,21). Sum of RGB (Red+Green+Blue) = 62+35+21=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2315 is #C1DCEA. Grayscale: #292929. Windows color (decimal): -12705003 or 1385278. OLE color: 1385278.
HSL color Cylindrical-coordinate representation of color #3E2315: hue angle of 20.49º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E2315 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 35 | 21 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.76 |
| HSL | 20.49º | 0.49% | 0.16% | - |
| HSV(B) | 20.49º | 0.66% | 0.24% | - |
| XYZ | 2.72 | 2.28 | 1.01 | - |
| YUV | 41.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 21 | 0 | 0.44 | 0.66 | 0.76 | 20.49 | 0.49 | 0.16 |
| Hex | 3E | 23 | 15 | 0 | 2C | 42 | 4C | 14 | 31 | 10 |
| Octal | 76 | 43 | 25 | 0 | 54 | 102 | 114 | 24 | 61 | 20 |
| Binary | 111110 | 100011 | 10101 | 0 | 101100 | 1000010 | 1001100 | 10100 | 110001 | 10000 |
Color Harmonies of #3E2315
Complementary color
Monochromatic Colors of #3E2315
Black with #3E2315
Text Example
Text Example
White with #3E2315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2315; }
p { color: rgb(62,35,21); }
H1.HeaderClassName
{
color: #3E2315;
}
.AnyTagClassName
{
color: #3E2315;
}
</style>
background-color css
<style>
a { background-color: #3E2315; }
a { background-color: rgb(62,35,21); }
div.DivClassName
{
background-color: #3E2315;
}
.BgClassName
{
background-color: #3E2315;
}
</style>
border-color css
<style>
span { border-color: #3E2315; }
span { border-color: rgb(62,35,21); }
td.TdClassName
{
border-color: #3E2315;
}
.TagClassName
{
border-color: #3E2315;
}
</style>