Shades of Brown Pod #46190D
Tints of Brown Pod #46190D
RGB
CMYK
RGB Variations
Color information
#46190D (or 0x46190D) is known color: Brown Pod. HEX triplet: 46, 19 and 0D. RGB value is (70,25,13). Sum of RGB (Red+Green+Blue) = 70+25+13=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #46190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46190D is #B9E6F2. Grayscale: #252525. Windows color (decimal): -12183283 or 858438. OLE color: 858438.
HSL color Cylindrical-coordinate representation of color #46190D: hue angle of 12.63º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46190D is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 13 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.73 |
| HSL | 12.63º | 0.69% | 0.16% | - |
| HSV(B) | 12.63º | 0.81% | 0.27% | - |
| XYZ | 2.95 | 2.03 | 0.62 | - |
| YUV | 37.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 13 | 0 | 0.64 | 0.81 | 0.73 | 12.63 | 0.69 | 0.16 |
| Hex | 46 | 19 | D | 0 | 40 | 51 | 49 | D | 45 | 10 |
| Octal | 106 | 31 | 15 | 0 | 100 | 121 | 111 | 15 | 105 | 20 |
| Binary | 1000110 | 11001 | 1101 | 0 | 1000000 | 1010001 | 1001001 | 1101 | 1000101 | 10000 |
Color Harmonies of #46190D
Complementary color
Monochromatic Colors of #46190D
Black with #46190D
Text Example
Text Example
White with #46190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46190D; }
p { color: rgb(70,25,13); }
H1.HeaderClassName
{
color: #46190D;
}
.AnyTagClassName
{
color: #46190D;
}
</style>
background-color css
<style>
a { background-color: #46190D; }
a { background-color: rgb(70,25,13); }
div.DivClassName
{
background-color: #46190D;
}
.BgClassName
{
background-color: #46190D;
}
</style>
border-color css
<style>
span { border-color: #46190D; }
span { border-color: rgb(70,25,13); }
td.TdClassName
{
border-color: #46190D;
}
.TagClassName
{
border-color: #46190D;
}
</style>