Shades of Brown Pod #3E1907
Tints of Brown Pod #3E1907
RGB
CMYK
RGB Variations
Color information
#3E1907 (or 0x3E1907) is known color: Brown Pod. HEX triplet: 3E, 19 and 07. RGB value is (62,25,7). Sum of RGB (Red+Green+Blue) = 62+25+7=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1907 is #C1E6F8. Grayscale: #222222. Windows color (decimal): -12707577 or 465214. OLE color: 465214.
HSL color Cylindrical-coordinate representation of color #3E1907: hue angle of 19.64º 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 #3E1907 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 25 | 7 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.76 |
| HSL | 19.64º | 0.8% | 0.14% | - |
| HSV(B) | 19.64º | 0.89% | 0.24% | - |
| XYZ | 2.37 | 1.73 | 0.41 | - |
| YUV | 34.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 7 | 0 | 0.60 | 0.89 | 0.76 | 19.64 | 0.8 | 0.14 |
| Hex | 3E | 19 | 7 | 0 | 3C | 59 | 4C | 14 | 50 | E |
| Octal | 76 | 31 | 7 | 0 | 74 | 131 | 114 | 24 | 120 | 16 |
| Binary | 111110 | 11001 | 111 | 0 | 111100 | 1011001 | 1001100 | 10100 | 1010000 | 1110 |
Color Harmonies of #3E1907
Complementary color
Monochromatic Colors of #3E1907
Black with #3E1907
Text Example
Text Example
White with #3E1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1907; }
p { color: rgb(62,25,7); }
H1.HeaderClassName
{
color: #3E1907;
}
.AnyTagClassName
{
color: #3E1907;
}
</style>
background-color css
<style>
a { background-color: #3E1907; }
a { background-color: rgb(62,25,7); }
div.DivClassName
{
background-color: #3E1907;
}
.BgClassName
{
background-color: #3E1907;
}
</style>
border-color css
<style>
span { border-color: #3E1907; }
span { border-color: rgb(62,25,7); }
td.TdClassName
{
border-color: #3E1907;
}
.TagClassName
{
border-color: #3E1907;
}
</style>