Shades of Brown Pod #461804
Tints of Brown Pod #461804
RGB
CMYK
RGB Variations
Color information
#461804 (or 0x461804) is known color: Brown Pod. HEX triplet: 46, 18 and 04. RGB value is (70,24,4). Sum of RGB (Red+Green+Blue) = 70+24+4=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #461804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461804 is #B9E7FB. Grayscale: #232323. Windows color (decimal): -12183548 or 268358. OLE color: 268358.
HSL color Cylindrical-coordinate representation of color #461804: hue angle of 18.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #461804 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 4 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.73 |
| HSL | 18.18º | 0.89% | 0.15% | - |
| HSV(B) | 18.18º | 0.94% | 0.27% | - |
| XYZ | 2.87 | 1.96 | 0.34 | - |
| YUV | 35.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 4 | 0 | 0.66 | 0.94 | 0.73 | 18.18 | 0.89 | 0.15 |
| Hex | 46 | 18 | 4 | 0 | 42 | 5E | 49 | 12 | 59 | F |
| Octal | 106 | 30 | 4 | 0 | 102 | 136 | 111 | 22 | 131 | 17 |
| Binary | 1000110 | 11000 | 100 | 0 | 1000010 | 1011110 | 1001001 | 10010 | 1011001 | 1111 |
Color Harmonies of #461804
Complementary color
Monochromatic Colors of #461804
Black with #461804
Text Example
Text Example
White with #461804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461804; }
p { color: rgb(70,24,4); }
H1.HeaderClassName
{
color: #461804;
}
.AnyTagClassName
{
color: #461804;
}
</style>
background-color css
<style>
a { background-color: #461804; }
a { background-color: rgb(70,24,4); }
div.DivClassName
{
background-color: #461804;
}
.BgClassName
{
background-color: #461804;
}
</style>
border-color css
<style>
span { border-color: #461804; }
span { border-color: rgb(70,24,4); }
td.TdClassName
{
border-color: #461804;
}
.TagClassName
{
border-color: #461804;
}
</style>