Shades of Brown Pod #47170D
Tints of Brown Pod #47170D
RGB
CMYK
RGB Variations
Color information
#47170D (or 0x47170D) is known color: Brown Pod. HEX triplet: 47, 17 and 0D. RGB value is (71,23,13). Sum of RGB (Red+Green+Blue) = 71+23+13=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #47170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47170D is #B8E8F2. Grayscale: #242424. Windows color (decimal): -12118259 or 857927. OLE color: 857927.
HSL color Cylindrical-coordinate representation of color #47170D: hue angle of 10.34º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47170D is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 13 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.72 |
| HSL | 10.34º | 0.69% | 0.16% | - |
| HSV(B) | 10.34º | 0.82% | 0.28% | - |
| XYZ | 2.98 | 1.98 | 0.61 | - |
| YUV | 36.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 13 | 0 | 0.68 | 0.82 | 0.72 | 10.34 | 0.69 | 0.16 |
| Hex | 47 | 17 | D | 0 | 44 | 52 | 48 | A | 45 | 10 |
| Octal | 107 | 27 | 15 | 0 | 104 | 122 | 110 | 12 | 105 | 20 |
| Binary | 1000111 | 10111 | 1101 | 0 | 1000100 | 1010010 | 1001000 | 1010 | 1000101 | 10000 |
Color Harmonies of #47170D
Complementary color
Monochromatic Colors of #47170D
Black with #47170D
Text Example
Text Example
White with #47170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47170D; }
p { color: rgb(71,23,13); }
H1.HeaderClassName
{
color: #47170D;
}
.AnyTagClassName
{
color: #47170D;
}
</style>
background-color css
<style>
a { background-color: #47170D; }
a { background-color: rgb(71,23,13); }
div.DivClassName
{
background-color: #47170D;
}
.BgClassName
{
background-color: #47170D;
}
</style>
border-color css
<style>
span { border-color: #47170D; }
span { border-color: rgb(71,23,13); }
td.TdClassName
{
border-color: #47170D;
}
.TagClassName
{
border-color: #47170D;
}
</style>