Shades of Brown Pod #47201A
Tints of Brown Pod #47201A
RGB
CMYK
RGB Variations
Color information
#47201A (or 0x47201A) is known color: Brown Pod. HEX triplet: 47, 20 and 1A. RGB value is (71,32,26). Sum of RGB (Red+Green+Blue) = 71+32+26=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #47201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47201A is #B8DFE5. Grayscale: #2B2B2B. Windows color (decimal): -12115942 or 1712199. OLE color: 1712199.
HSL color Cylindrical-coordinate representation of color #47201A: hue angle of 8º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47201A is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 26 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.72 |
| HSL | 8º | 0.46% | 0.19% | - |
| HSV(B) | 8º | 0.63% | 0.28% | - |
| XYZ | 3.3 | 2.45 | 1.28 | - |
| YUV | 42.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 26 | 0 | 0.55 | 0.63 | 0.72 | 8 | 0.46 | 0.19 |
| Hex | 47 | 20 | 1A | 0 | 37 | 3F | 48 | 8 | 2E | 13 |
| Octal | 107 | 40 | 32 | 0 | 67 | 77 | 110 | 10 | 56 | 23 |
| Binary | 1000111 | 100000 | 11010 | 0 | 110111 | 111111 | 1001000 | 1000 | 101110 | 10011 |
Color Harmonies of #47201A
Complementary color
Monochromatic Colors of #47201A
Black with #47201A
Text Example
Text Example
White with #47201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47201A; }
p { color: rgb(71,32,26); }
H1.HeaderClassName
{
color: #47201A;
}
.AnyTagClassName
{
color: #47201A;
}
</style>
background-color css
<style>
a { background-color: #47201A; }
a { background-color: rgb(71,32,26); }
div.DivClassName
{
background-color: #47201A;
}
.BgClassName
{
background-color: #47201A;
}
</style>
border-color css
<style>
span { border-color: #47201A; }
span { border-color: rgb(71,32,26); }
td.TdClassName
{
border-color: #47201A;
}
.TagClassName
{
border-color: #47201A;
}
</style>