Shades of Brown Pod #46180B
Tints of Brown Pod #46180B
RGB
CMYK
RGB Variations
Color information
#46180B (or 0x46180B) is known color: Brown Pod. HEX triplet: 46, 18 and 0B. RGB value is (70,24,11). Sum of RGB (Red+Green+Blue) = 70+24+11=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #46180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46180B is #B9E7F4. Grayscale: #242424. Windows color (decimal): -12183541 or 727110. OLE color: 727110.
HSL color Cylindrical-coordinate representation of color #46180B: hue angle of 13.22º 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 #46180B is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 11 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.73 |
| HSL | 13.22º | 0.73% | 0.16% | - |
| HSV(B) | 13.22º | 0.84% | 0.27% | - |
| XYZ | 2.91 | 1.98 | 0.55 | - |
| YUV | 36.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 11 | 0 | 0.66 | 0.84 | 0.73 | 13.22 | 0.73 | 0.16 |
| Hex | 46 | 18 | B | 0 | 42 | 54 | 49 | D | 49 | 10 |
| Octal | 106 | 30 | 13 | 0 | 102 | 124 | 111 | 15 | 111 | 20 |
| Binary | 1000110 | 11000 | 1011 | 0 | 1000010 | 1010100 | 1001001 | 1101 | 1001001 | 10000 |
Color Harmonies of #46180B
Complementary color
Monochromatic Colors of #46180B
Black with #46180B
Text Example
Text Example
White with #46180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46180B; }
p { color: rgb(70,24,11); }
H1.HeaderClassName
{
color: #46180B;
}
.AnyTagClassName
{
color: #46180B;
}
</style>
background-color css
<style>
a { background-color: #46180B; }
a { background-color: rgb(70,24,11); }
div.DivClassName
{
background-color: #46180B;
}
.BgClassName
{
background-color: #46180B;
}
</style>
border-color css
<style>
span { border-color: #46180B; }
span { border-color: rgb(70,24,11); }
td.TdClassName
{
border-color: #46180B;
}
.TagClassName
{
border-color: #46180B;
}
</style>