Shades of Brown Pod #47180B
Tints of Brown Pod #47180B
RGB
CMYK
RGB Variations
Color information
#47180B (or 0x47180B) is known color: Brown Pod. HEX triplet: 47, 18 and 0B. RGB value is (71,24,11). Sum of RGB (Red+Green+Blue) = 71+24+11=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #47180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47180B is #B8E7F4. Grayscale: #242424. Windows color (decimal): -12118005 or 727111. OLE color: 727111.
HSL color Cylindrical-coordinate representation of color #47180B: hue angle of 13º 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 #47180B is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 24 | 11 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.72 |
| HSL | 13º | 0.73% | 0.16% | - |
| HSV(B) | 13º | 0.85% | 0.28% | - |
| XYZ | 2.99 | 2.02 | 0.55 | - |
| YUV | 36.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 11 | 0 | 0.66 | 0.85 | 0.72 | 13 | 0.73 | 0.16 |
| Hex | 47 | 18 | B | 0 | 42 | 55 | 48 | D | 49 | 10 |
| Octal | 107 | 30 | 13 | 0 | 102 | 125 | 110 | 15 | 111 | 20 |
| Binary | 1000111 | 11000 | 1011 | 0 | 1000010 | 1010101 | 1001000 | 1101 | 1001001 | 10000 |
Color Harmonies of #47180B
Complementary color
Monochromatic Colors of #47180B
Black with #47180B
Text Example
Text Example
White with #47180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47180B; }
p { color: rgb(71,24,11); }
H1.HeaderClassName
{
color: #47180B;
}
.AnyTagClassName
{
color: #47180B;
}
</style>
background-color css
<style>
a { background-color: #47180B; }
a { background-color: rgb(71,24,11); }
div.DivClassName
{
background-color: #47180B;
}
.BgClassName
{
background-color: #47180B;
}
</style>
border-color css
<style>
span { border-color: #47180B; }
span { border-color: rgb(71,24,11); }
td.TdClassName
{
border-color: #47180B;
}
.TagClassName
{
border-color: #47180B;
}
</style>