Shades of Brown Pod #471909
Tints of Brown Pod #471909
RGB
CMYK
RGB Variations
Color information
#471909 (or 0x471909) is known color: Brown Pod. HEX triplet: 47, 19 and 09. RGB value is (71,25,9). Sum of RGB (Red+Green+Blue) = 71+25+9=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #471909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471909 is #B8E6F6. Grayscale: #252525. Windows color (decimal): -12117751 or 596295. OLE color: 596295.
HSL color Cylindrical-coordinate representation of color #471909: hue angle of 15.48º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471909 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 9 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.72 |
| HSL | 15.48º | 0.78% | 0.16% | - |
| HSV(B) | 15.48º | 0.87% | 0.28% | - |
| XYZ | 3 | 2.05 | 0.5 | - |
| YUV | 36.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 9 | 0 | 0.65 | 0.87 | 0.72 | 15.48 | 0.78 | 0.16 |
| Hex | 47 | 19 | 9 | 0 | 41 | 57 | 48 | F | 4E | 10 |
| Octal | 107 | 31 | 11 | 0 | 101 | 127 | 110 | 17 | 116 | 20 |
| Binary | 1000111 | 11001 | 1001 | 0 | 1000001 | 1010111 | 1001000 | 1111 | 1001110 | 10000 |
Color Harmonies of #471909
Complementary color
Monochromatic Colors of #471909
Black with #471909
Text Example
Text Example
White with #471909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471909; }
p { color: rgb(71,25,9); }
H1.HeaderClassName
{
color: #471909;
}
.AnyTagClassName
{
color: #471909;
}
</style>
background-color css
<style>
a { background-color: #471909; }
a { background-color: rgb(71,25,9); }
div.DivClassName
{
background-color: #471909;
}
.BgClassName
{
background-color: #471909;
}
</style>
border-color css
<style>
span { border-color: #471909; }
span { border-color: rgb(71,25,9); }
td.TdClassName
{
border-color: #471909;
}
.TagClassName
{
border-color: #471909;
}
</style>