Shades of Brown Pod #461805
Tints of Brown Pod #461805
RGB
CMYK
RGB Variations
Color information
#461805 (or 0x461805) is known color: Brown Pod. HEX triplet: 46, 18 and 05. RGB value is (70,24,5). Sum of RGB (Red+Green+Blue) = 70+24+5=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #461805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461805 is #B9E7FA. Grayscale: #232323. Windows color (decimal): -12183547 or 333894. OLE color: 333894.
HSL color Cylindrical-coordinate representation of color #461805: hue angle of 17.54º 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 #461805 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 5 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.73 |
| HSL | 17.54º | 0.87% | 0.15% | - |
| HSV(B) | 17.54º | 0.93% | 0.27% | - |
| XYZ | 2.88 | 1.97 | 0.37 | - |
| YUV | 35.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 5 | 0 | 0.66 | 0.93 | 0.73 | 17.54 | 0.87 | 0.15 |
| Hex | 46 | 18 | 5 | 0 | 42 | 5D | 49 | 12 | 57 | F |
| Octal | 106 | 30 | 5 | 0 | 102 | 135 | 111 | 22 | 127 | 17 |
| Binary | 1000110 | 11000 | 101 | 0 | 1000010 | 1011101 | 1001001 | 10010 | 1010111 | 1111 |
Color Harmonies of #461805
Complementary color
Monochromatic Colors of #461805
Black with #461805
Text Example
Text Example
White with #461805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461805; }
p { color: rgb(70,24,5); }
H1.HeaderClassName
{
color: #461805;
}
.AnyTagClassName
{
color: #461805;
}
</style>
background-color css
<style>
a { background-color: #461805; }
a { background-color: rgb(70,24,5); }
div.DivClassName
{
background-color: #461805;
}
.BgClassName
{
background-color: #461805;
}
</style>
border-color css
<style>
span { border-color: #461805; }
span { border-color: rgb(70,24,5); }
td.TdClassName
{
border-color: #461805;
}
.TagClassName
{
border-color: #461805;
}
</style>