Shades of Brown Pod #471400
Tints of Brown Pod #471400
RGB
CMYK
RGB Variations
Color information
#471400 (or 0x471400) is known color: Brown Pod. HEX triplet: 47, 14 and 00. RGB value is (71,20,0). Sum of RGB (Red+Green+Blue) = 71+20+0=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #471400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471400 is #B8EBFF. Grayscale: #212121. Windows color (decimal): -12119040 or 5191. OLE color: 5191.
HSL color Cylindrical-coordinate representation of color #471400: hue angle of 16.9º 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 #471400 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 20 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.72 |
| HSL | 16.9º | 1% | 0.14% | - |
| HSV(B) | 16.9º | 1% | 0.28% | - |
| XYZ | 2.85 | 1.84 | 0.2 | - |
| YUV | 32.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 0 | 0 | 0.72 | 1 | 0.72 | 16.9 | 1 | 0.14 |
| Hex | 47 | 14 | 0 | 0 | 48 | 64 | 48 | 11 | 64 | E |
| Octal | 107 | 24 | 0 | 0 | 110 | 144 | 110 | 21 | 144 | 16 |
| Binary | 1000111 | 10100 | 0 | 0 | 1001000 | 1100100 | 1001000 | 10001 | 1100100 | 1110 |
Color Harmonies of #471400
Complementary color
Monochromatic Colors of #471400
Black with #471400
Text Example
Text Example
White with #471400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471400; }
p { color: rgb(71,20,0); }
H1.HeaderClassName
{
color: #471400;
}
.AnyTagClassName
{
color: #471400;
}
</style>
background-color css
<style>
a { background-color: #471400; }
a { background-color: rgb(71,20,0); }
div.DivClassName
{
background-color: #471400;
}
.BgClassName
{
background-color: #471400;
}
</style>
border-color css
<style>
span { border-color: #471400; }
span { border-color: rgb(71,20,0); }
td.TdClassName
{
border-color: #471400;
}
.TagClassName
{
border-color: #471400;
}
</style>