Shades of Brown Pod #461E00
Tints of Brown Pod #461E00
RGB
CMYK
RGB Variations
Color information
#461E00 (or 0x461E00) is known color: Brown Pod. HEX triplet: 46, 1E and 00. RGB value is (70,30,0). Sum of RGB (Red+Green+Blue) = 70+30+0=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #461E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E00 is #B9E1FF. Grayscale: #262626. Windows color (decimal): -12182016 or 7750. OLE color: 7750.
HSL color Cylindrical-coordinate representation of color #461E00: hue angle of 25.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #461E00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.73 |
| HSL | 25.71º | 1% | 0.14% | - |
| HSV(B) | 25.71º | 1% | 0.27% | - |
| XYZ | 2.99 | 2.23 | 0.27 | - |
| YUV | 38.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 0 | 0 | 0.57 | 1 | 0.73 | 25.71 | 1 | 0.14 |
| Hex | 46 | 1E | 0 | 0 | 39 | 64 | 49 | 1A | 64 | E |
| Octal | 106 | 36 | 0 | 0 | 71 | 144 | 111 | 32 | 144 | 16 |
| Binary | 1000110 | 11110 | 0 | 0 | 111001 | 1100100 | 1001001 | 11010 | 1100100 | 1110 |
Color Harmonies of #461E00
Complementary color
Monochromatic Colors of #461E00
Black with #461E00
Text Example
Text Example
White with #461E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E00; }
p { color: rgb(70,30,0); }
H1.HeaderClassName
{
color: #461E00;
}
.AnyTagClassName
{
color: #461E00;
}
</style>
background-color css
<style>
a { background-color: #461E00; }
a { background-color: rgb(70,30,0); }
div.DivClassName
{
background-color: #461E00;
}
.BgClassName
{
background-color: #461E00;
}
</style>
border-color css
<style>
span { border-color: #461E00; }
span { border-color: rgb(70,30,0); }
td.TdClassName
{
border-color: #461E00;
}
.TagClassName
{
border-color: #461E00;
}
</style>