Shades of Brown Pod #3E1608
Tints of Brown Pod #3E1608
RGB
CMYK
RGB Variations
Color information
#3E1608 (or 0x3E1608) is known color: Brown Pod. HEX triplet: 3E, 16 and 08. RGB value is (62,22,8). Sum of RGB (Red+Green+Blue) = 62+22+8=92 (12% of max value = 765). Red value is 62 (24.61% from 255 or 67.39% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1608 is #C1E9F7. Grayscale: #202020. Windows color (decimal): -12708344 or 529982. OLE color: 529982.
HSL color Cylindrical-coordinate representation of color #3E1608: hue angle of 15.56º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1608 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 8 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.76 |
| HSL | 15.56º | 0.77% | 0.14% | - |
| HSV(B) | 15.56º | 0.87% | 0.24% | - |
| XYZ | 2.32 | 1.62 | 0.42 | - |
| YUV | 32.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 8 | 0 | 0.65 | 0.87 | 0.76 | 15.56 | 0.77 | 0.14 |
| Hex | 3E | 16 | 8 | 0 | 41 | 57 | 4C | 10 | 4D | E |
| Octal | 76 | 26 | 10 | 0 | 101 | 127 | 114 | 20 | 115 | 16 |
| Binary | 111110 | 10110 | 1000 | 0 | 1000001 | 1010111 | 1001100 | 10000 | 1001101 | 1110 |
Color Harmonies of #3E1608
Complementary color
Monochromatic Colors of #3E1608
Black with #3E1608
Text Example
Text Example
White with #3E1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1608; }
p { color: rgb(62,22,8); }
H1.HeaderClassName
{
color: #3E1608;
}
.AnyTagClassName
{
color: #3E1608;
}
</style>
background-color css
<style>
a { background-color: #3E1608; }
a { background-color: rgb(62,22,8); }
div.DivClassName
{
background-color: #3E1608;
}
.BgClassName
{
background-color: #3E1608;
}
</style>
border-color css
<style>
span { border-color: #3E1608; }
span { border-color: rgb(62,22,8); }
td.TdClassName
{
border-color: #3E1608;
}
.TagClassName
{
border-color: #3E1608;
}
</style>