Shades of Brown Pod #461905
Tints of Brown Pod #461905
RGB
CMYK
RGB Variations
Color information
#461905 (or 0x461905) is known color: Brown Pod. HEX triplet: 46, 19 and 05. RGB value is (70,25,5). Sum of RGB (Red+Green+Blue) = 70+25+5=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #461905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461905 is #B9E6FA. Grayscale: #242424. Windows color (decimal): -12183291 or 334150. OLE color: 334150.
HSL color Cylindrical-coordinate representation of color #461905: hue angle of 18.46º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #461905 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 5 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.73 |
| HSL | 18.46º | 0.87% | 0.15% | - |
| HSV(B) | 18.46º | 0.93% | 0.27% | - |
| XYZ | 2.9 | 2.01 | 0.38 | - |
| YUV | 36.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 5 | 0 | 0.64 | 0.93 | 0.73 | 18.46 | 0.87 | 0.15 |
| Hex | 46 | 19 | 5 | 0 | 40 | 5D | 49 | 12 | 57 | F |
| Octal | 106 | 31 | 5 | 0 | 100 | 135 | 111 | 22 | 127 | 17 |
| Binary | 1000110 | 11001 | 101 | 0 | 1000000 | 1011101 | 1001001 | 10010 | 1010111 | 1111 |
Color Harmonies of #461905
Complementary color
Monochromatic Colors of #461905
Black with #461905
Text Example
Text Example
White with #461905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461905; }
p { color: rgb(70,25,5); }
H1.HeaderClassName
{
color: #461905;
}
.AnyTagClassName
{
color: #461905;
}
</style>
background-color css
<style>
a { background-color: #461905; }
a { background-color: rgb(70,25,5); }
div.DivClassName
{
background-color: #461905;
}
.BgClassName
{
background-color: #461905;
}
</style>
border-color css
<style>
span { border-color: #461905; }
span { border-color: rgb(70,25,5); }
td.TdClassName
{
border-color: #461905;
}
.TagClassName
{
border-color: #461905;
}
</style>