Shades of Brown Pod #471F06
Tints of Brown Pod #471F06
RGB
CMYK
RGB Variations
Color information
#471F06 (or 0x471F06) is known color: Brown Pod. HEX triplet: 47, 1F and 06. RGB value is (71,31,6). Sum of RGB (Red+Green+Blue) = 71+31+6=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F06 is #B8E0F9. Grayscale: #282828. Windows color (decimal): -12116218 or 401223. OLE color: 401223.
HSL color Cylindrical-coordinate representation of color #471F06: hue angle of 23.08º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #471F06 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 6 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.72 |
| HSL | 23.08º | 0.84% | 0.15% | - |
| HSV(B) | 23.08º | 0.92% | 0.28% | - |
| XYZ | 3.12 | 2.33 | 0.46 | - |
| YUV | 40.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 6 | 0 | 0.56 | 0.92 | 0.72 | 23.08 | 0.84 | 0.15 |
| Hex | 47 | 1F | 6 | 0 | 38 | 5C | 48 | 17 | 54 | F |
| Octal | 107 | 37 | 6 | 0 | 70 | 134 | 110 | 27 | 124 | 17 |
| Binary | 1000111 | 11111 | 110 | 0 | 111000 | 1011100 | 1001000 | 10111 | 1010100 | 1111 |
Color Harmonies of #471F06
Complementary color
Monochromatic Colors of #471F06
Black with #471F06
Text Example
Text Example
White with #471F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F06; }
p { color: rgb(71,31,6); }
H1.HeaderClassName
{
color: #471F06;
}
.AnyTagClassName
{
color: #471F06;
}
</style>
background-color css
<style>
a { background-color: #471F06; }
a { background-color: rgb(71,31,6); }
div.DivClassName
{
background-color: #471F06;
}
.BgClassName
{
background-color: #471F06;
}
</style>
border-color css
<style>
span { border-color: #471F06; }
span { border-color: rgb(71,31,6); }
td.TdClassName
{
border-color: #471F06;
}
.TagClassName
{
border-color: #471F06;
}
</style>