Shades of Brown Pod #3E1E07
Tints of Brown Pod #3E1E07
RGB
CMYK
RGB Variations
Color information
#3E1E07 (or 0x3E1E07) is known color: Brown Pod. HEX triplet: 3E, 1E and 07. RGB value is (62,30,7). Sum of RGB (Red+Green+Blue) = 62+30+7=99 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62.63% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1E07 is #C1E1F8. Grayscale: #252525. Windows color (decimal): -12706297 or 466494. OLE color: 466494.
HSL color Cylindrical-coordinate representation of color #3E1E07: hue angle of 25.09º 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 #3E1E07 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 30 | 7 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.76 |
| HSL | 25.09º | 0.8% | 0.14% | - |
| HSV(B) | 25.09º | 0.89% | 0.24% | - |
| XYZ | 2.49 | 1.97 | 0.45 | - |
| YUV | 36.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 7 | 0 | 0.52 | 0.89 | 0.76 | 25.09 | 0.8 | 0.14 |
| Hex | 3E | 1E | 7 | 0 | 34 | 59 | 4C | 19 | 50 | E |
| Octal | 76 | 36 | 7 | 0 | 64 | 131 | 114 | 31 | 120 | 16 |
| Binary | 111110 | 11110 | 111 | 0 | 110100 | 1011001 | 1001100 | 11001 | 1010000 | 1110 |
Color Harmonies of #3E1E07
Complementary color
Monochromatic Colors of #3E1E07
Black with #3E1E07
Text Example
Text Example
White with #3E1E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1E07; }
p { color: rgb(62,30,7); }
H1.HeaderClassName
{
color: #3E1E07;
}
.AnyTagClassName
{
color: #3E1E07;
}
</style>
background-color css
<style>
a { background-color: #3E1E07; }
a { background-color: rgb(62,30,7); }
div.DivClassName
{
background-color: #3E1E07;
}
.BgClassName
{
background-color: #3E1E07;
}
</style>
border-color css
<style>
span { border-color: #3E1E07; }
span { border-color: rgb(62,30,7); }
td.TdClassName
{
border-color: #3E1E07;
}
.TagClassName
{
border-color: #3E1E07;
}
</style>