Shades of Brown Pod #471D06
Tints of Brown Pod #471D06
RGB
CMYK
RGB Variations
Color information
#471D06 (or 0x471D06) is known color: Brown Pod. HEX triplet: 47, 1D and 06. RGB value is (71,29,6). Sum of RGB (Red+Green+Blue) = 71+29+6=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D06 is #B8E2F9. Grayscale: #272727. Windows color (decimal): -12116730 or 400711. OLE color: 400711.
HSL color Cylindrical-coordinate representation of color #471D06: hue angle of 21.23º 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 #471D06 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 6 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.72 |
| HSL | 21.23º | 0.84% | 0.15% | - |
| HSV(B) | 21.23º | 0.92% | 0.28% | - |
| XYZ | 3.07 | 2.23 | 0.44 | - |
| YUV | 38.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 6 | 0 | 0.59 | 0.92 | 0.72 | 21.23 | 0.84 | 0.15 |
| Hex | 47 | 1D | 6 | 0 | 3B | 5C | 48 | 15 | 54 | F |
| Octal | 107 | 35 | 6 | 0 | 73 | 134 | 110 | 25 | 124 | 17 |
| Binary | 1000111 | 11101 | 110 | 0 | 111011 | 1011100 | 1001000 | 10101 | 1010100 | 1111 |
Color Harmonies of #471D06
Complementary color
Monochromatic Colors of #471D06
Black with #471D06
Text Example
Text Example
White with #471D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D06; }
p { color: rgb(71,29,6); }
H1.HeaderClassName
{
color: #471D06;
}
.AnyTagClassName
{
color: #471D06;
}
</style>
background-color css
<style>
a { background-color: #471D06; }
a { background-color: rgb(71,29,6); }
div.DivClassName
{
background-color: #471D06;
}
.BgClassName
{
background-color: #471D06;
}
</style>
border-color css
<style>
span { border-color: #471D06; }
span { border-color: rgb(71,29,6); }
td.TdClassName
{
border-color: #471D06;
}
.TagClassName
{
border-color: #471D06;
}
</style>