Shades of Brown Pod #3E160A
Tints of Brown Pod #3E160A
RGB
CMYK
RGB Variations
Color information
#3E160A (or 0x3E160A) is known color: Brown Pod. HEX triplet: 3E, 16 and 0A. RGB value is (62,22,10). Sum of RGB (Red+Green+Blue) = 62+22+10=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E160A is #C1E9F5. Grayscale: #202020. Windows color (decimal): -12708342 or 661054. OLE color: 661054.
HSL color Cylindrical-coordinate representation of color #3E160A: hue angle of 13.85º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E160A is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 10 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.76 |
| HSL | 13.85º | 0.72% | 0.14% | - |
| HSV(B) | 13.85º | 0.84% | 0.24% | - |
| XYZ | 2.33 | 1.62 | 0.48 | - |
| YUV | 32.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 10 | 0 | 0.65 | 0.84 | 0.76 | 13.85 | 0.72 | 0.14 |
| Hex | 3E | 16 | A | 0 | 41 | 54 | 4C | E | 48 | E |
| Octal | 76 | 26 | 12 | 0 | 101 | 124 | 114 | 16 | 110 | 16 |
| Binary | 111110 | 10110 | 1010 | 0 | 1000001 | 1010100 | 1001100 | 1110 | 1001000 | 1110 |
Color Harmonies of #3E160A
Complementary color
Monochromatic Colors of #3E160A
Black with #3E160A
Text Example
Text Example
White with #3E160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E160A; }
p { color: rgb(62,22,10); }
H1.HeaderClassName
{
color: #3E160A;
}
.AnyTagClassName
{
color: #3E160A;
}
</style>
background-color css
<style>
a { background-color: #3E160A; }
a { background-color: rgb(62,22,10); }
div.DivClassName
{
background-color: #3E160A;
}
.BgClassName
{
background-color: #3E160A;
}
</style>
border-color css
<style>
span { border-color: #3E160A; }
span { border-color: rgb(62,22,10); }
td.TdClassName
{
border-color: #3E160A;
}
.TagClassName
{
border-color: #3E160A;
}
</style>