Shades of Brown Pod #3E150A
Tints of Brown Pod #3E150A
RGB
CMYK
RGB Variations
Color information
#3E150A (or 0x3E150A) is known color: Brown Pod. HEX triplet: 3E, 15 and 0A. RGB value is (62,21,10). Sum of RGB (Red+Green+Blue) = 62+21+10=93 (12% of max value = 765). Red value is 62 (24.61% from 255 or 66.67% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 62 - color contains mainly: red. Hex color #3E150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E150A is #C1EAF5. Grayscale: #202020. Windows color (decimal): -12708598 or 660798. OLE color: 660798.
HSL color Cylindrical-coordinate representation of color #3E150A: hue angle of 12.69º 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 #3E150A is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 10 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.76 |
| HSL | 12.69º | 0.72% | 0.14% | - |
| HSV(B) | 12.69º | 0.84% | 0.24% | - |
| XYZ | 2.31 | 1.58 | 0.47 | - |
| YUV | 32.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 10 | 0 | 0.66 | 0.84 | 0.76 | 12.69 | 0.72 | 0.14 |
| Hex | 3E | 15 | A | 0 | 42 | 54 | 4C | D | 48 | E |
| Octal | 76 | 25 | 12 | 0 | 102 | 124 | 114 | 15 | 110 | 16 |
| Binary | 111110 | 10101 | 1010 | 0 | 1000010 | 1010100 | 1001100 | 1101 | 1001000 | 1110 |
Color Harmonies of #3E150A
Complementary color
Monochromatic Colors of #3E150A
Black with #3E150A
Text Example
Text Example
White with #3E150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E150A; }
p { color: rgb(62,21,10); }
H1.HeaderClassName
{
color: #3E150A;
}
.AnyTagClassName
{
color: #3E150A;
}
</style>
background-color css
<style>
a { background-color: #3E150A; }
a { background-color: rgb(62,21,10); }
div.DivClassName
{
background-color: #3E150A;
}
.BgClassName
{
background-color: #3E150A;
}
</style>
border-color css
<style>
span { border-color: #3E150A; }
span { border-color: rgb(62,21,10); }
td.TdClassName
{
border-color: #3E150A;
}
.TagClassName
{
border-color: #3E150A;
}
</style>