Shades of Brown Pod #46261E
Tints of Brown Pod #46261E
RGB
CMYK
RGB Variations
Color information
#46261E (or 0x46261E) is known color: Brown Pod. HEX triplet: 46, 26 and 1E. RGB value is (70,38,30). Sum of RGB (Red+Green+Blue) = 70+38+30=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46261E is #B9D9E1. Grayscale: #2E2E2E. Windows color (decimal): -12179938 or 1975878. OLE color: 1975878.
HSL color Cylindrical-coordinate representation of color #46261E: hue angle of 12º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46261E is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 38 | 30 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.73 |
| HSL | 12º | 0.4% | 0.2% | - |
| HSV(B) | 12º | 0.57% | 0.27% | - |
| XYZ | 3.45 | 2.78 | 1.58 | - |
| YUV | 46.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 30 | 0 | 0.46 | 0.57 | 0.73 | 12 | 0.4 | 0.2 |
| Hex | 46 | 26 | 1E | 0 | 2E | 39 | 49 | C | 28 | 14 |
| Octal | 106 | 46 | 36 | 0 | 56 | 71 | 111 | 14 | 50 | 24 |
| Binary | 1000110 | 100110 | 11110 | 0 | 101110 | 111001 | 1001001 | 1100 | 101000 | 10100 |
Color Harmonies of #46261E
Complementary color
Monochromatic Colors of #46261E
Black with #46261E
Text Example
Text Example
White with #46261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46261E; }
p { color: rgb(70,38,30); }
H1.HeaderClassName
{
color: #46261E;
}
.AnyTagClassName
{
color: #46261E;
}
</style>
background-color css
<style>
a { background-color: #46261E; }
a { background-color: rgb(70,38,30); }
div.DivClassName
{
background-color: #46261E;
}
.BgClassName
{
background-color: #46261E;
}
</style>
border-color css
<style>
span { border-color: #46261E; }
span { border-color: rgb(70,38,30); }
td.TdClassName
{
border-color: #46261E;
}
.TagClassName
{
border-color: #46261E;
}
</style>