Shades of Brown Pod #3E1E00
Tints of Brown Pod #3E1E00
RGB
CMYK
RGB Variations
Color information
#3E1E00 (or 0x3E1E00) is known color: Brown Pod. HEX triplet: 3E, 1E and 00. RGB value is (62,30,0). Sum of RGB (Red+Green+Blue) = 62+30+0=92 (12% of max value = 765). Red value is 62 (24.61% from 255 or 67.39% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1E00 is #C1E1FF. Grayscale: #242424. Windows color (decimal): -12706304 or 7742. OLE color: 7742.
HSL color Cylindrical-coordinate representation of color #3E1E00: hue angle of 29.03º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E1E00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 30 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.76 |
| HSL | 29.03º | 1% | 0.12% | - |
| HSV(B) | 29.03º | 1% | 0.24% | - |
| XYZ | 2.45 | 1.95 | 0.25 | - |
| YUV | 36.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 0 | 0 | 0.52 | 1 | 0.76 | 29.03 | 1 | 0.12 |
| Hex | 3E | 1E | 0 | 0 | 34 | 64 | 4C | 1D | 64 | C |
| Octal | 76 | 36 | 0 | 0 | 64 | 144 | 114 | 35 | 144 | 14 |
| Binary | 111110 | 11110 | 0 | 0 | 110100 | 1100100 | 1001100 | 11101 | 1100100 | 1100 |
Color Harmonies of #3E1E00
Complementary color
Monochromatic Colors of #3E1E00
Black with #3E1E00
Text Example
Text Example
White with #3E1E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1E00; }
p { color: rgb(62,30,0); }
H1.HeaderClassName
{
color: #3E1E00;
}
.AnyTagClassName
{
color: #3E1E00;
}
</style>
background-color css
<style>
a { background-color: #3E1E00; }
a { background-color: rgb(62,30,0); }
div.DivClassName
{
background-color: #3E1E00;
}
.BgClassName
{
background-color: #3E1E00;
}
</style>
border-color css
<style>
span { border-color: #3E1E00; }
span { border-color: rgb(62,30,0); }
td.TdClassName
{
border-color: #3E1E00;
}
.TagClassName
{
border-color: #3E1E00;
}
</style>