Shades of Brown Pod #47180E
Tints of Brown Pod #47180E
RGB
CMYK
RGB Variations
Color information
#47180E (or 0x47180E) is known color: Brown Pod. HEX triplet: 47, 18 and 0E. RGB value is (71,24,14). Sum of RGB (Red+Green+Blue) = 71+24+14=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #47180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47180E is #B8E7F1. Grayscale: #252525. Windows color (decimal): -12118002 or 923719. OLE color: 923719.
HSL color Cylindrical-coordinate representation of color #47180E: hue angle of 10.53º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47180E is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 24 | 14 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.72 |
| HSL | 10.53º | 0.67% | 0.17% | - |
| HSV(B) | 10.53º | 0.8% | 0.28% | - |
| XYZ | 3 | 2.02 | 0.65 | - |
| YUV | 36.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 14 | 0 | 0.66 | 0.80 | 0.72 | 10.53 | 0.67 | 0.17 |
| Hex | 47 | 18 | E | 0 | 42 | 50 | 48 | B | 43 | 11 |
| Octal | 107 | 30 | 16 | 0 | 102 | 120 | 110 | 13 | 103 | 21 |
| Binary | 1000111 | 11000 | 1110 | 0 | 1000010 | 1010000 | 1001000 | 1011 | 1000011 | 10001 |
Color Harmonies of #47180E
Complementary color
Monochromatic Colors of #47180E
Black with #47180E
Text Example
Text Example
White with #47180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47180E; }
p { color: rgb(71,24,14); }
H1.HeaderClassName
{
color: #47180E;
}
.AnyTagClassName
{
color: #47180E;
}
</style>
background-color css
<style>
a { background-color: #47180E; }
a { background-color: rgb(71,24,14); }
div.DivClassName
{
background-color: #47180E;
}
.BgClassName
{
background-color: #47180E;
}
</style>
border-color css
<style>
span { border-color: #47180E; }
span { border-color: rgb(71,24,14); }
td.TdClassName
{
border-color: #47180E;
}
.TagClassName
{
border-color: #47180E;
}
</style>