Shades of Brown Pod #46261A
Tints of Brown Pod #46261A
RGB
CMYK
RGB Variations
Color information
#46261A (or 0x46261A) is known color: Brown Pod. HEX triplet: 46, 26 and 1A. RGB value is (70,38,26). Sum of RGB (Red+Green+Blue) = 70+38+26=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46261A is #B9D9E5. Grayscale: #2E2E2E. Windows color (decimal): -12179942 or 1713734. OLE color: 1713734.
HSL color Cylindrical-coordinate representation of color #46261A: hue angle of 16.36º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46261A is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 38 | 26 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.73 |
| HSL | 16.36º | 0.46% | 0.19% | - |
| HSV(B) | 16.36º | 0.63% | 0.27% | - |
| XYZ | 3.41 | 2.76 | 1.33 | - |
| YUV | 46.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 26 | 0 | 0.46 | 0.63 | 0.73 | 16.36 | 0.46 | 0.19 |
| Hex | 46 | 26 | 1A | 0 | 2E | 3F | 49 | 10 | 2E | 13 |
| Octal | 106 | 46 | 32 | 0 | 56 | 77 | 111 | 20 | 56 | 23 |
| Binary | 1000110 | 100110 | 11010 | 0 | 101110 | 111111 | 1001001 | 10000 | 101110 | 10011 |
Color Harmonies of #46261A
Complementary color
Monochromatic Colors of #46261A
Black with #46261A
Text Example
Text Example
White with #46261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46261A; }
p { color: rgb(70,38,26); }
H1.HeaderClassName
{
color: #46261A;
}
.AnyTagClassName
{
color: #46261A;
}
</style>
background-color css
<style>
a { background-color: #46261A; }
a { background-color: rgb(70,38,26); }
div.DivClassName
{
background-color: #46261A;
}
.BgClassName
{
background-color: #46261A;
}
</style>
border-color css
<style>
span { border-color: #46261A; }
span { border-color: rgb(70,38,26); }
td.TdClassName
{
border-color: #46261A;
}
.TagClassName
{
border-color: #46261A;
}
</style>