Shades of Brown Pod #3E1600
Tints of Brown Pod #3E1600
RGB
CMYK
RGB Variations
Color information
#3E1600 (or 0x3E1600) is known color: Brown Pod. HEX triplet: 3E, 16 and 00. RGB value is (62,22,0). Sum of RGB (Red+Green+Blue) = 62+22+0=84 (11% of max value = 765). Red value is 62 (24.61% from 255 or 73.81% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1600 is #C1E9FF. Grayscale: #1F1F1F. Windows color (decimal): -12708352 or 5694. OLE color: 5694.
HSL color Cylindrical-coordinate representation of color #3E1600: hue angle of 21.29º 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 #3E1600 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.76 |
| HSL | 21.29º | 1% | 0.12% | - |
| HSV(B) | 21.29º | 1% | 0.24% | - |
| XYZ | 2.27 | 1.6 | 0.19 | - |
| YUV | 31.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 0 | 0 | 0.65 | 1 | 0.76 | 21.29 | 1 | 0.12 |
| Hex | 3E | 16 | 0 | 0 | 41 | 64 | 4C | 15 | 64 | C |
| Octal | 76 | 26 | 0 | 0 | 101 | 144 | 114 | 25 | 144 | 14 |
| Binary | 111110 | 10110 | 0 | 0 | 1000001 | 1100100 | 1001100 | 10101 | 1100100 | 1100 |
Color Harmonies of #3E1600
Complementary color
Monochromatic Colors of #3E1600
Black with #3E1600
Text Example
Text Example
White with #3E1600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1600; }
p { color: rgb(62,22,0); }
H1.HeaderClassName
{
color: #3E1600;
}
.AnyTagClassName
{
color: #3E1600;
}
</style>
background-color css
<style>
a { background-color: #3E1600; }
a { background-color: rgb(62,22,0); }
div.DivClassName
{
background-color: #3E1600;
}
.BgClassName
{
background-color: #3E1600;
}
</style>
border-color css
<style>
span { border-color: #3E1600; }
span { border-color: rgb(62,22,0); }
td.TdClassName
{
border-color: #3E1600;
}
.TagClassName
{
border-color: #3E1600;
}
</style>