Shades of Brown Pod #461E07
Tints of Brown Pod #461E07
RGB
CMYK
RGB Variations
Color information
#461E07 (or 0x461E07) is known color: Brown Pod. HEX triplet: 46, 1E and 07. RGB value is (70,30,7). Sum of RGB (Red+Green+Blue) = 70+30+7=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #461E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E07 is #B9E1F8. Grayscale: #272727. Windows color (decimal): -12182009 or 466502. OLE color: 466502.
HSL color Cylindrical-coordinate representation of color #461E07: hue angle of 21.9º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #461E07 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 7 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.73 |
| HSL | 21.9º | 0.82% | 0.15% | - |
| HSV(B) | 21.9º | 0.9% | 0.27% | - |
| XYZ | 3.03 | 2.25 | 0.47 | - |
| YUV | 39.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 7 | 0 | 0.57 | 0.90 | 0.73 | 21.9 | 0.82 | 0.15 |
| Hex | 46 | 1E | 7 | 0 | 39 | 5A | 49 | 16 | 52 | F |
| Octal | 106 | 36 | 7 | 0 | 71 | 132 | 111 | 26 | 122 | 17 |
| Binary | 1000110 | 11110 | 111 | 0 | 111001 | 1011010 | 1001001 | 10110 | 1010010 | 1111 |
Color Harmonies of #461E07
Complementary color
Monochromatic Colors of #461E07
Black with #461E07
Text Example
Text Example
White with #461E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E07; }
p { color: rgb(70,30,7); }
H1.HeaderClassName
{
color: #461E07;
}
.AnyTagClassName
{
color: #461E07;
}
</style>
background-color css
<style>
a { background-color: #461E07; }
a { background-color: rgb(70,30,7); }
div.DivClassName
{
background-color: #461E07;
}
.BgClassName
{
background-color: #461E07;
}
</style>
border-color css
<style>
span { border-color: #461E07; }
span { border-color: rgb(70,30,7); }
td.TdClassName
{
border-color: #461E07;
}
.TagClassName
{
border-color: #461E07;
}
</style>