Shades of Brown Pod #471F05
Tints of Brown Pod #471F05
RGB
CMYK
RGB Variations
Color information
#471F05 (or 0x471F05) is known color: Brown Pod. HEX triplet: 47, 1F and 05. RGB value is (71,31,5). Sum of RGB (Red+Green+Blue) = 71+31+5=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #471F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F05 is #B8E0FA. Grayscale: #282828. Windows color (decimal): -12116219 or 335687. OLE color: 335687.
HSL color Cylindrical-coordinate representation of color #471F05: hue angle of 23.64º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #471F05 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 5 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.72 |
| HSL | 23.64º | 0.87% | 0.15% | - |
| HSV(B) | 23.64º | 0.93% | 0.28% | - |
| XYZ | 3.12 | 2.33 | 0.43 | - |
| YUV | 40 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 5 | 0 | 0.56 | 0.93 | 0.72 | 23.64 | 0.87 | 0.15 |
| Hex | 47 | 1F | 5 | 0 | 38 | 5D | 48 | 18 | 57 | F |
| Octal | 107 | 37 | 5 | 0 | 70 | 135 | 110 | 30 | 127 | 17 |
| Binary | 1000111 | 11111 | 101 | 0 | 111000 | 1011101 | 1001000 | 11000 | 1010111 | 1111 |
Color Harmonies of #471F05
Complementary color
Monochromatic Colors of #471F05
Black with #471F05
Text Example
Text Example
White with #471F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F05; }
p { color: rgb(71,31,5); }
H1.HeaderClassName
{
color: #471F05;
}
.AnyTagClassName
{
color: #471F05;
}
</style>
background-color css
<style>
a { background-color: #471F05; }
a { background-color: rgb(71,31,5); }
div.DivClassName
{
background-color: #471F05;
}
.BgClassName
{
background-color: #471F05;
}
</style>
border-color css
<style>
span { border-color: #471F05; }
span { border-color: rgb(71,31,5); }
td.TdClassName
{
border-color: #471F05;
}
.TagClassName
{
border-color: #471F05;
}
</style>