Shades of Brown Pod #3E1407
Tints of Brown Pod #3E1407
RGB
CMYK
RGB Variations
Color information
#3E1407 (or 0x3E1407) is known color: Brown Pod. HEX triplet: 3E, 14 and 07. RGB value is (62,20,7). Sum of RGB (Red+Green+Blue) = 62+20+7=89 (11% of max value = 765). Red value is 62 (24.61% from 255 or 69.66% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1407 is #C1EBF8. Grayscale: #1F1F1F. Windows color (decimal): -12708857 or 463934. OLE color: 463934.
HSL color Cylindrical-coordinate representation of color #3E1407: hue angle of 14.18º 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 #3E1407 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 20 | 7 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.76 |
| HSL | 14.18º | 0.8% | 0.14% | - |
| HSV(B) | 14.18º | 0.89% | 0.24% | - |
| XYZ | 2.28 | 1.54 | 0.38 | - |
| YUV | 31.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 7 | 0 | 0.68 | 0.89 | 0.76 | 14.18 | 0.8 | 0.14 |
| Hex | 3E | 14 | 7 | 0 | 44 | 59 | 4C | E | 50 | E |
| Octal | 76 | 24 | 7 | 0 | 104 | 131 | 114 | 16 | 120 | 16 |
| Binary | 111110 | 10100 | 111 | 0 | 1000100 | 1011001 | 1001100 | 1110 | 1010000 | 1110 |
Color Harmonies of #3E1407
Complementary color
Monochromatic Colors of #3E1407
Black with #3E1407
Text Example
Text Example
White with #3E1407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1407; }
p { color: rgb(62,20,7); }
H1.HeaderClassName
{
color: #3E1407;
}
.AnyTagClassName
{
color: #3E1407;
}
</style>
background-color css
<style>
a { background-color: #3E1407; }
a { background-color: rgb(62,20,7); }
div.DivClassName
{
background-color: #3E1407;
}
.BgClassName
{
background-color: #3E1407;
}
</style>
border-color css
<style>
span { border-color: #3E1407; }
span { border-color: rgb(62,20,7); }
td.TdClassName
{
border-color: #3E1407;
}
.TagClassName
{
border-color: #3E1407;
}
</style>