Shades of Brown Pod #461D14
Tints of Brown Pod #461D14
RGB
CMYK
RGB Variations
Color information
#461D14 (or 0x461D14) is known color: Brown Pod. HEX triplet: 46, 1D and 14. RGB value is (70,29,20). Sum of RGB (Red+Green+Blue) = 70+29+20=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #461D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D14 is #B9E2EB. Grayscale: #282828. Windows color (decimal): -12182252 or 1318214. OLE color: 1318214.
HSL color Cylindrical-coordinate representation of color #461D14: hue angle of 10.8º 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 #461D14 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 29 | 20 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.73 |
| HSL | 10.8º | 0.56% | 0.18% | - |
| HSV(B) | 10.8º | 0.71% | 0.27% | - |
| XYZ | 3.09 | 2.23 | 0.93 | - |
| YUV | 40.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 20 | 0 | 0.59 | 0.71 | 0.73 | 10.8 | 0.56 | 0.18 |
| Hex | 46 | 1D | 14 | 0 | 3B | 47 | 49 | B | 38 | 12 |
| Octal | 106 | 35 | 24 | 0 | 73 | 107 | 111 | 13 | 70 | 22 |
| Binary | 1000110 | 11101 | 10100 | 0 | 111011 | 1000111 | 1001001 | 1011 | 111000 | 10010 |
Color Harmonies of #461D14
Complementary color
Monochromatic Colors of #461D14
Black with #461D14
Text Example
Text Example
White with #461D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D14; }
p { color: rgb(70,29,20); }
H1.HeaderClassName
{
color: #461D14;
}
.AnyTagClassName
{
color: #461D14;
}
</style>
background-color css
<style>
a { background-color: #461D14; }
a { background-color: rgb(70,29,20); }
div.DivClassName
{
background-color: #461D14;
}
.BgClassName
{
background-color: #461D14;
}
</style>
border-color css
<style>
span { border-color: #461D14; }
span { border-color: rgb(70,29,20); }
td.TdClassName
{
border-color: #461D14;
}
.TagClassName
{
border-color: #461D14;
}
</style>