Shades of Brown Pod #461E0B
Tints of Brown Pod #461E0B
RGB
CMYK
RGB Variations
Color information
#461E0B (or 0x461E0B) is known color: Brown Pod. HEX triplet: 46, 1E and 0B. RGB value is (70,30,11). Sum of RGB (Red+Green+Blue) = 70+30+11=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E0B is #B9E1F4. Grayscale: #272727. Windows color (decimal): -12182005 or 728646. OLE color: 728646.
HSL color Cylindrical-coordinate representation of color #461E0B: hue angle of 19.32º 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 #461E0B is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 11 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.73 |
| HSL | 19.32º | 0.73% | 0.16% | - |
| HSV(B) | 19.32º | 0.84% | 0.27% | - |
| XYZ | 3.05 | 2.25 | 0.59 | - |
| YUV | 39.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 11 | 0 | 0.57 | 0.84 | 0.73 | 19.32 | 0.73 | 0.16 |
| Hex | 46 | 1E | B | 0 | 39 | 54 | 49 | 13 | 49 | 10 |
| Octal | 106 | 36 | 13 | 0 | 71 | 124 | 111 | 23 | 111 | 20 |
| Binary | 1000110 | 11110 | 1011 | 0 | 111001 | 1010100 | 1001001 | 10011 | 1001001 | 10000 |
Color Harmonies of #461E0B
Complementary color
Monochromatic Colors of #461E0B
Black with #461E0B
Text Example
Text Example
White with #461E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E0B; }
p { color: rgb(70,30,11); }
H1.HeaderClassName
{
color: #461E0B;
}
.AnyTagClassName
{
color: #461E0B;
}
</style>
background-color css
<style>
a { background-color: #461E0B; }
a { background-color: rgb(70,30,11); }
div.DivClassName
{
background-color: #461E0B;
}
.BgClassName
{
background-color: #461E0B;
}
</style>
border-color css
<style>
span { border-color: #461E0B; }
span { border-color: rgb(70,30,11); }
td.TdClassName
{
border-color: #461E0B;
}
.TagClassName
{
border-color: #461E0B;
}
</style>