Shades of Brown Pod #46150B
Tints of Brown Pod #46150B
RGB
CMYK
RGB Variations
Color information
#46150B (or 0x46150B) is known color: Brown Pod. HEX triplet: 46, 15 and 0B. RGB value is (70,21,11). Sum of RGB (Red+Green+Blue) = 70+21+11=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #46150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46150B is #B9EAF4. Grayscale: #222222. Windows color (decimal): -12184309 or 726342. OLE color: 726342.
HSL color Cylindrical-coordinate representation of color #46150B: hue angle of 10.17º 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 #46150B is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 11 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.73 |
| HSL | 10.17º | 0.73% | 0.16% | - |
| HSV(B) | 10.17º | 0.84% | 0.27% | - |
| XYZ | 2.85 | 1.86 | 0.53 | - |
| YUV | 34.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 11 | 0 | 0.70 | 0.84 | 0.73 | 10.17 | 0.73 | 0.16 |
| Hex | 46 | 15 | B | 0 | 46 | 54 | 49 | A | 49 | 10 |
| Octal | 106 | 25 | 13 | 0 | 106 | 124 | 111 | 12 | 111 | 20 |
| Binary | 1000110 | 10101 | 1011 | 0 | 1000110 | 1010100 | 1001001 | 1010 | 1001001 | 10000 |
Color Harmonies of #46150B
Complementary color
Monochromatic Colors of #46150B
Black with #46150B
Text Example
Text Example
White with #46150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46150B; }
p { color: rgb(70,21,11); }
H1.HeaderClassName
{
color: #46150B;
}
.AnyTagClassName
{
color: #46150B;
}
</style>
background-color css
<style>
a { background-color: #46150B; }
a { background-color: rgb(70,21,11); }
div.DivClassName
{
background-color: #46150B;
}
.BgClassName
{
background-color: #46150B;
}
</style>
border-color css
<style>
span { border-color: #46150B; }
span { border-color: rgb(70,21,11); }
td.TdClassName
{
border-color: #46150B;
}
.TagClassName
{
border-color: #46150B;
}
</style>