Shades of Brown Pod #461E14
Tints of Brown Pod #461E14
RGB
CMYK
RGB Variations
Color information
#461E14 (or 0x461E14) is known color: Brown Pod. HEX triplet: 46, 1E and 14. RGB value is (70,30,20). Sum of RGB (Red+Green+Blue) = 70+30+20=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #461E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E14 is #B9E1EB. Grayscale: #282828. Windows color (decimal): -12181996 or 1318470. OLE color: 1318470.
HSL color Cylindrical-coordinate representation of color #461E14: hue angle of 12º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #461E14 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 20 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.73 |
| HSL | 12º | 0.56% | 0.18% | - |
| HSV(B) | 12º | 0.71% | 0.27% | - |
| XYZ | 3.12 | 2.28 | 0.94 | - |
| YUV | 40.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 20 | 0 | 0.57 | 0.71 | 0.73 | 12 | 0.56 | 0.18 |
| Hex | 46 | 1E | 14 | 0 | 39 | 47 | 49 | C | 38 | 12 |
| Octal | 106 | 36 | 24 | 0 | 71 | 107 | 111 | 14 | 70 | 22 |
| Binary | 1000110 | 11110 | 10100 | 0 | 111001 | 1000111 | 1001001 | 1100 | 111000 | 10010 |
Color Harmonies of #461E14
Complementary color
Monochromatic Colors of #461E14
Black with #461E14
Text Example
Text Example
White with #461E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E14; }
p { color: rgb(70,30,20); }
H1.HeaderClassName
{
color: #461E14;
}
.AnyTagClassName
{
color: #461E14;
}
</style>
background-color css
<style>
a { background-color: #461E14; }
a { background-color: rgb(70,30,20); }
div.DivClassName
{
background-color: #461E14;
}
.BgClassName
{
background-color: #461E14;
}
</style>
border-color css
<style>
span { border-color: #461E14; }
span { border-color: rgb(70,30,20); }
td.TdClassName
{
border-color: #461E14;
}
.TagClassName
{
border-color: #461E14;
}
</style>