Shades of Brown Pod #47170E
Tints of Brown Pod #47170E
RGB
CMYK
RGB Variations
Color information
#47170E (or 0x47170E) is known color: Brown Pod. HEX triplet: 47, 17 and 0E. RGB value is (71,23,14). Sum of RGB (Red+Green+Blue) = 71+23+14=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #47170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47170E is #B8E8F1. Grayscale: #242424. Windows color (decimal): -12118258 or 923463. OLE color: 923463.
HSL color Cylindrical-coordinate representation of color #47170E: hue angle of 9.47º 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 #47170E is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 14 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.72 |
| HSL | 9.47º | 0.67% | 0.17% | - |
| HSV(B) | 9.47º | 0.8% | 0.28% | - |
| XYZ | 2.98 | 1.98 | 0.64 | - |
| YUV | 36.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 14 | 0 | 0.68 | 0.80 | 0.72 | 9.47 | 0.67 | 0.17 |
| Hex | 47 | 17 | E | 0 | 44 | 50 | 48 | 9 | 43 | 11 |
| Octal | 107 | 27 | 16 | 0 | 104 | 120 | 110 | 11 | 103 | 21 |
| Binary | 1000111 | 10111 | 1110 | 0 | 1000100 | 1010000 | 1001000 | 1001 | 1000011 | 10001 |
Color Harmonies of #47170E
Complementary color
Monochromatic Colors of #47170E
Black with #47170E
Text Example
Text Example
White with #47170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47170E; }
p { color: rgb(71,23,14); }
H1.HeaderClassName
{
color: #47170E;
}
.AnyTagClassName
{
color: #47170E;
}
</style>
background-color css
<style>
a { background-color: #47170E; }
a { background-color: rgb(71,23,14); }
div.DivClassName
{
background-color: #47170E;
}
.BgClassName
{
background-color: #47170E;
}
</style>
border-color css
<style>
span { border-color: #47170E; }
span { border-color: rgb(71,23,14); }
td.TdClassName
{
border-color: #47170E;
}
.TagClassName
{
border-color: #47170E;
}
</style>