Shades of Brown Pod #3E2414
Tints of Brown Pod #3E2414
RGB
CMYK
RGB Variations
Color information
#3E2414 (or 0x3E2414) is known color: Brown Pod. HEX triplet: 3E, 24 and 14. RGB value is (62,36,20). Sum of RGB (Red+Green+Blue) = 62+36+20=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2414 is #C1DBEB. Grayscale: #2A2A2A. Windows color (decimal): -12704748 or 1319998. OLE color: 1319998.
HSL color Cylindrical-coordinate representation of color #3E2414: hue angle of 22.86º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E2414 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 36 | 20 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.76 |
| HSL | 22.86º | 0.51% | 0.16% | - |
| HSV(B) | 22.86º | 0.68% | 0.24% | - |
| XYZ | 2.74 | 2.34 | 0.97 | - |
| YUV | 41.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 20 | 0 | 0.42 | 0.68 | 0.76 | 22.86 | 0.51 | 0.16 |
| Hex | 3E | 24 | 14 | 0 | 2A | 44 | 4C | 17 | 33 | 10 |
| Octal | 76 | 44 | 24 | 0 | 52 | 104 | 114 | 27 | 63 | 20 |
| Binary | 111110 | 100100 | 10100 | 0 | 101010 | 1000100 | 1001100 | 10111 | 110011 | 10000 |
Color Harmonies of #3E2414
Complementary color
Monochromatic Colors of #3E2414
Black with #3E2414
Text Example
Text Example
White with #3E2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2414; }
p { color: rgb(62,36,20); }
H1.HeaderClassName
{
color: #3E2414;
}
.AnyTagClassName
{
color: #3E2414;
}
</style>
background-color css
<style>
a { background-color: #3E2414; }
a { background-color: rgb(62,36,20); }
div.DivClassName
{
background-color: #3E2414;
}
.BgClassName
{
background-color: #3E2414;
}
</style>
border-color css
<style>
span { border-color: #3E2414; }
span { border-color: rgb(62,36,20); }
td.TdClassName
{
border-color: #3E2414;
}
.TagClassName
{
border-color: #3E2414;
}
</style>