Shades of Brown Pod #47170B
Tints of Brown Pod #47170B
RGB
CMYK
RGB Variations
Color information
#47170B (or 0x47170B) is known color: Brown Pod. HEX triplet: 47, 17 and 0B. RGB value is (71,23,11). Sum of RGB (Red+Green+Blue) = 71+23+11=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47170B is #B8E8F4. Grayscale: #242424. Windows color (decimal): -12118261 or 726855. OLE color: 726855.
HSL color Cylindrical-coordinate representation of color #47170B: hue angle of 12º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47170B is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 11 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.72 |
| HSL | 12º | 0.73% | 0.16% | - |
| HSV(B) | 12º | 0.85% | 0.28% | - |
| XYZ | 2.97 | 1.98 | 0.54 | - |
| YUV | 35.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 11 | 0 | 0.68 | 0.85 | 0.72 | 12 | 0.73 | 0.16 |
| Hex | 47 | 17 | B | 0 | 44 | 55 | 48 | C | 49 | 10 |
| Octal | 107 | 27 | 13 | 0 | 104 | 125 | 110 | 14 | 111 | 20 |
| Binary | 1000111 | 10111 | 1011 | 0 | 1000100 | 1010101 | 1001000 | 1100 | 1001001 | 10000 |
Color Harmonies of #47170B
Complementary color
Monochromatic Colors of #47170B
Black with #47170B
Text Example
Text Example
White with #47170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47170B; }
p { color: rgb(71,23,11); }
H1.HeaderClassName
{
color: #47170B;
}
.AnyTagClassName
{
color: #47170B;
}
</style>
background-color css
<style>
a { background-color: #47170B; }
a { background-color: rgb(71,23,11); }
div.DivClassName
{
background-color: #47170B;
}
.BgClassName
{
background-color: #47170B;
}
</style>
border-color css
<style>
span { border-color: #47170B; }
span { border-color: rgb(71,23,11); }
td.TdClassName
{
border-color: #47170B;
}
.TagClassName
{
border-color: #47170B;
}
</style>