Shades of Brown Pod #461E15
Tints of Brown Pod #461E15
RGB
CMYK
RGB Variations
Color information
#461E15 (or 0x461E15) is known color: Brown Pod. HEX triplet: 46, 1E and 15. RGB value is (70,30,21). Sum of RGB (Red+Green+Blue) = 70+30+21=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #461E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E15 is #B9E1EA. Grayscale: #292929. Windows color (decimal): -12181995 or 1384006. OLE color: 1384006.
HSL color Cylindrical-coordinate representation of color #461E15: hue angle of 11.02º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461E15 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 21 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.73 |
| HSL | 11.02º | 0.54% | 0.18% | - |
| HSV(B) | 11.02º | 0.7% | 0.27% | - |
| XYZ | 3.13 | 2.28 | 0.99 | - |
| YUV | 40.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 21 | 0 | 0.57 | 0.70 | 0.73 | 11.02 | 0.54 | 0.18 |
| Hex | 46 | 1E | 15 | 0 | 39 | 46 | 49 | B | 36 | 12 |
| Octal | 106 | 36 | 25 | 0 | 71 | 106 | 111 | 13 | 66 | 22 |
| Binary | 1000110 | 11110 | 10101 | 0 | 111001 | 1000110 | 1001001 | 1011 | 110110 | 10010 |
Color Harmonies of #461E15
Complementary color
Monochromatic Colors of #461E15
Black with #461E15
Text Example
Text Example
White with #461E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E15; }
p { color: rgb(70,30,21); }
H1.HeaderClassName
{
color: #461E15;
}
.AnyTagClassName
{
color: #461E15;
}
</style>
background-color css
<style>
a { background-color: #461E15; }
a { background-color: rgb(70,30,21); }
div.DivClassName
{
background-color: #461E15;
}
.BgClassName
{
background-color: #461E15;
}
</style>
border-color css
<style>
span { border-color: #461E15; }
span { border-color: rgb(70,30,21); }
td.TdClassName
{
border-color: #461E15;
}
.TagClassName
{
border-color: #461E15;
}
</style>