Shades of Brown Pod #46170B
Tints of Brown Pod #46170B
RGB
CMYK
RGB Variations
Color information
#46170B (or 0x46170B) is known color: Brown Pod. HEX triplet: 46, 17 and 0B. RGB value is (70,23,11). Sum of RGB (Red+Green+Blue) = 70+23+11=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #46170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46170B is #B9E8F4. Grayscale: #232323. Windows color (decimal): -12183797 or 726854. OLE color: 726854.
HSL color Cylindrical-coordinate representation of color #46170B: hue angle of 12.2º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46170B is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 23 | 11 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.73 |
| HSL | 12.2º | 0.73% | 0.16% | - |
| HSV(B) | 12.2º | 0.84% | 0.27% | - |
| XYZ | 2.89 | 1.94 | 0.54 | - |
| YUV | 35.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 23 | 11 | 0 | 0.67 | 0.84 | 0.73 | 12.2 | 0.73 | 0.16 |
| Hex | 46 | 17 | B | 0 | 43 | 54 | 49 | C | 49 | 10 |
| Octal | 106 | 27 | 13 | 0 | 103 | 124 | 111 | 14 | 111 | 20 |
| Binary | 1000110 | 10111 | 1011 | 0 | 1000011 | 1010100 | 1001001 | 1100 | 1001001 | 10000 |
Color Harmonies of #46170B
Complementary color
Monochromatic Colors of #46170B
Black with #46170B
Text Example
Text Example
White with #46170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46170B; }
p { color: rgb(70,23,11); }
H1.HeaderClassName
{
color: #46170B;
}
.AnyTagClassName
{
color: #46170B;
}
</style>
background-color css
<style>
a { background-color: #46170B; }
a { background-color: rgb(70,23,11); }
div.DivClassName
{
background-color: #46170B;
}
.BgClassName
{
background-color: #46170B;
}
</style>
border-color css
<style>
span { border-color: #46170B; }
span { border-color: rgb(70,23,11); }
td.TdClassName
{
border-color: #46170B;
}
.TagClassName
{
border-color: #46170B;
}
</style>