Shades of Brown Pod #3E160B
Tints of Brown Pod #3E160B
RGB
CMYK
RGB Variations
Color information
#3E160B (or 0x3E160B) is known color: Brown Pod. HEX triplet: 3E, 16 and 0B. RGB value is (62,22,11). Sum of RGB (Red+Green+Blue) = 62+22+11=95 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.26% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 62 - color contains mainly: red. Hex color #3E160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E160B is #C1E9F4. Grayscale: #202020. Windows color (decimal): -12708341 or 726590. OLE color: 726590.
HSL color Cylindrical-coordinate representation of color #3E160B: hue angle of 12.94º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E160B is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 22 | 11 | - |
CMYK | 0 | 0.65 | 0.82 | 0.76 |
HSL | 12.94º | 0.7% | 0.14% | - |
HSV(B) | 12.94º | 0.82% | 0.24% | - |
XYZ | 2.33 | 1.62 | 0.51 | - |
YUV | 32.71 | 115.75 | 148.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 22 | 11 | 0 | 0.65 | 0.82 | 0.76 | 12.94 | 0.7 | 0.14 |
Hex | 3E | 16 | B | 0 | 41 | 52 | 4C | D | 46 | E |
Octal | 76 | 26 | 13 | 0 | 101 | 122 | 114 | 15 | 106 | 16 |
Binary | 111110 | 10110 | 1011 | 0 | 1000001 | 1010010 | 1001100 | 1101 | 1000110 | 1110 |
Color Harmonies of #3E160B
Complementary color
Monochromatic Colors of #3E160B
Black with #3E160B
Text Example
Text Example
White with #3E160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E160B; }
p { color: rgb(62,22,11); }
H1.HeaderClassName
{
color: #3E160B;
}
.AnyTagClassName
{
color: #3E160B;
}
</style>
background-color css
<style>
a { background-color: #3E160B; }
a { background-color: rgb(62,22,11); }
div.DivClassName
{
background-color: #3E160B;
}
.BgClassName
{
background-color: #3E160B;
}
</style>
border-color css
<style>
span { border-color: #3E160B; }
span { border-color: rgb(62,22,11); }
td.TdClassName
{
border-color: #3E160B;
}
.TagClassName
{
border-color: #3E160B;
}
</style>