Shades of Brown Pod #46261B
Tints of Brown Pod #46261B
RGB
CMYK
RGB Variations
Color information
#46261B (or 0x46261B) is known color: Brown Pod. HEX triplet: 46, 26 and 1B. RGB value is (70,38,27). Sum of RGB (Red+Green+Blue) = 70+38+27=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46261B is #B9D9E4. Grayscale: #2E2E2E. Windows color (decimal): -12179941 or 1779270. OLE color: 1779270.
HSL color Cylindrical-coordinate representation of color #46261B: hue angle of 15.35º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46261B is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 38 | 27 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.73 |
| HSL | 15.35º | 0.44% | 0.19% | - |
| HSV(B) | 15.35º | 0.61% | 0.27% | - |
| XYZ | 3.42 | 2.77 | 1.39 | - |
| YUV | 46.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 27 | 0 | 0.46 | 0.61 | 0.73 | 15.35 | 0.44 | 0.19 |
| Hex | 46 | 26 | 1B | 0 | 2E | 3D | 49 | F | 2C | 13 |
| Octal | 106 | 46 | 33 | 0 | 56 | 75 | 111 | 17 | 54 | 23 |
| Binary | 1000110 | 100110 | 11011 | 0 | 101110 | 111101 | 1001001 | 1111 | 101100 | 10011 |
Color Harmonies of #46261B
Complementary color
Monochromatic Colors of #46261B
Black with #46261B
Text Example
Text Example
White with #46261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46261B; }
p { color: rgb(70,38,27); }
H1.HeaderClassName
{
color: #46261B;
}
.AnyTagClassName
{
color: #46261B;
}
</style>
background-color css
<style>
a { background-color: #46261B; }
a { background-color: rgb(70,38,27); }
div.DivClassName
{
background-color: #46261B;
}
.BgClassName
{
background-color: #46261B;
}
</style>
border-color css
<style>
span { border-color: #46261B; }
span { border-color: rgb(70,38,27); }
td.TdClassName
{
border-color: #46261B;
}
.TagClassName
{
border-color: #46261B;
}
</style>