Shades of Brown Pod #3E2007
Tints of Brown Pod #3E2007
RGB
CMYK
RGB Variations
Color information
#3E2007 (or 0x3E2007) is known color: Brown Pod. HEX triplet: 3E, 20 and 07. RGB value is (62,32,7). Sum of RGB (Red+Green+Blue) = 62+32+7=101 (13% of max value = 765). Red value is 62 (24.61% from 255 or 61.39% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2007 is #C1DFF8. Grayscale: #262626. Windows color (decimal): -12705785 or 467006. OLE color: 467006.
HSL color Cylindrical-coordinate representation of color #3E2007: hue angle of 27.27º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E2007 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 32 | 7 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.76 |
| HSL | 27.27º | 0.8% | 0.14% | - |
| HSV(B) | 27.27º | 0.89% | 0.24% | - |
| XYZ | 2.54 | 2.07 | 0.47 | - |
| YUV | 38.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 7 | 0 | 0.48 | 0.89 | 0.76 | 27.27 | 0.8 | 0.14 |
| Hex | 3E | 20 | 7 | 0 | 30 | 59 | 4C | 1B | 50 | E |
| Octal | 76 | 40 | 7 | 0 | 60 | 131 | 114 | 33 | 120 | 16 |
| Binary | 111110 | 100000 | 111 | 0 | 110000 | 1011001 | 1001100 | 11011 | 1010000 | 1110 |
Color Harmonies of #3E2007
Complementary color
Monochromatic Colors of #3E2007
Black with #3E2007
Text Example
Text Example
White with #3E2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2007; }
p { color: rgb(62,32,7); }
H1.HeaderClassName
{
color: #3E2007;
}
.AnyTagClassName
{
color: #3E2007;
}
</style>
background-color css
<style>
a { background-color: #3E2007; }
a { background-color: rgb(62,32,7); }
div.DivClassName
{
background-color: #3E2007;
}
.BgClassName
{
background-color: #3E2007;
}
</style>
border-color css
<style>
span { border-color: #3E2007; }
span { border-color: rgb(62,32,7); }
td.TdClassName
{
border-color: #3E2007;
}
.TagClassName
{
border-color: #3E2007;
}
</style>