Shades of Brown Pod #461E16
Tints of Brown Pod #461E16
RGB
CMYK
RGB Variations
Color information
#461E16 (or 0x461E16) is known color: Brown Pod. HEX triplet: 46, 1E and 16. RGB value is (70,30,22). Sum of RGB (Red+Green+Blue) = 70+30+22=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #461E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E16 is #B9E1E9. Grayscale: #292929. Windows color (decimal): -12181994 or 1449542. OLE color: 1449542.
HSL color Cylindrical-coordinate representation of color #461E16: hue angle of 10º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461E16 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 22 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.73 |
| HSL | 10º | 0.52% | 0.18% | - |
| HSV(B) | 10º | 0.69% | 0.27% | - |
| XYZ | 3.13 | 2.29 | 1.04 | - |
| YUV | 41.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 22 | 0 | 0.57 | 0.69 | 0.73 | 10 | 0.52 | 0.18 |
| Hex | 46 | 1E | 16 | 0 | 39 | 45 | 49 | A | 34 | 12 |
| Octal | 106 | 36 | 26 | 0 | 71 | 105 | 111 | 12 | 64 | 22 |
| Binary | 1000110 | 11110 | 10110 | 0 | 111001 | 1000101 | 1001001 | 1010 | 110100 | 10010 |
Color Harmonies of #461E16
Complementary color
Monochromatic Colors of #461E16
Black with #461E16
Text Example
Text Example
White with #461E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E16; }
p { color: rgb(70,30,22); }
H1.HeaderClassName
{
color: #461E16;
}
.AnyTagClassName
{
color: #461E16;
}
</style>
background-color css
<style>
a { background-color: #461E16; }
a { background-color: rgb(70,30,22); }
div.DivClassName
{
background-color: #461E16;
}
.BgClassName
{
background-color: #461E16;
}
</style>
border-color css
<style>
span { border-color: #461E16; }
span { border-color: rgb(70,30,22); }
td.TdClassName
{
border-color: #461E16;
}
.TagClassName
{
border-color: #461E16;
}
</style>