Shades of Brown Pod #46271E
Tints of Brown Pod #46271E
RGB
CMYK
RGB Variations
Color information
#46271E (or 0x46271E) is known color: Brown Pod. HEX triplet: 46, 27 and 1E. RGB value is (70,39,30). Sum of RGB (Red+Green+Blue) = 70+39+30=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #46271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46271E is #B9D8E1. Grayscale: #2F2F2F. Windows color (decimal): -12179682 or 1976134. OLE color: 1976134.
HSL color Cylindrical-coordinate representation of color #46271E: hue angle of 13.5º 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 #46271E is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 39 | 30 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.73 |
| HSL | 13.5º | 0.4% | 0.2% | - |
| HSV(B) | 13.5º | 0.57% | 0.27% | - |
| XYZ | 3.49 | 2.85 | 1.59 | - |
| YUV | 47.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 30 | 0 | 0.44 | 0.57 | 0.73 | 13.5 | 0.4 | 0.2 |
| Hex | 46 | 27 | 1E | 0 | 2C | 39 | 49 | E | 28 | 14 |
| Octal | 106 | 47 | 36 | 0 | 54 | 71 | 111 | 16 | 50 | 24 |
| Binary | 1000110 | 100111 | 11110 | 0 | 101100 | 111001 | 1001001 | 1110 | 101000 | 10100 |
Color Harmonies of #46271E
Complementary color
Monochromatic Colors of #46271E
Black with #46271E
Text Example
Text Example
White with #46271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46271E; }
p { color: rgb(70,39,30); }
H1.HeaderClassName
{
color: #46271E;
}
.AnyTagClassName
{
color: #46271E;
}
</style>
background-color css
<style>
a { background-color: #46271E; }
a { background-color: rgb(70,39,30); }
div.DivClassName
{
background-color: #46271E;
}
.BgClassName
{
background-color: #46271E;
}
</style>
border-color css
<style>
span { border-color: #46271E; }
span { border-color: rgb(70,39,30); }
td.TdClassName
{
border-color: #46271E;
}
.TagClassName
{
border-color: #46271E;
}
</style>