Shades of Brown Pod #471100
Tints of Brown Pod #471100
RGB
CMYK
RGB Variations
Color information
#471100 (or 0x471100) is known color: Brown Pod. HEX triplet: 47, 11 and 00. RGB value is (71,17,0). Sum of RGB (Red+Green+Blue) = 71+17+0=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #471100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471100 is #B8EEFF. Grayscale: #1F1F1F. Windows color (decimal): -12119808 or 4423. OLE color: 4423.
HSL color Cylindrical-coordinate representation of color #471100: hue angle of 14.37º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #471100 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.72 |
| HSL | 14.37º | 1% | 0.14% | - |
| HSV(B) | 14.37º | 1% | 0.28% | - |
| XYZ | 2.8 | 1.74 | 0.19 | - |
| YUV | 31.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 0 | 0 | 0.76 | 1 | 0.72 | 14.37 | 1 | 0.14 |
| Hex | 47 | 11 | 0 | 0 | 4C | 64 | 48 | E | 64 | E |
| Octal | 107 | 21 | 0 | 0 | 114 | 144 | 110 | 16 | 144 | 16 |
| Binary | 1000111 | 10001 | 0 | 0 | 1001100 | 1100100 | 1001000 | 1110 | 1100100 | 1110 |
Color Harmonies of #471100
Complementary color
Monochromatic Colors of #471100
Black with #471100
Text Example
Text Example
White with #471100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471100; }
p { color: rgb(71,17,0); }
H1.HeaderClassName
{
color: #471100;
}
.AnyTagClassName
{
color: #471100;
}
</style>
background-color css
<style>
a { background-color: #471100; }
a { background-color: rgb(71,17,0); }
div.DivClassName
{
background-color: #471100;
}
.BgClassName
{
background-color: #471100;
}
</style>
border-color css
<style>
span { border-color: #471100; }
span { border-color: rgb(71,17,0); }
td.TdClassName
{
border-color: #471100;
}
.TagClassName
{
border-color: #471100;
}
</style>