Shades of Brown Pod #471B05
Tints of Brown Pod #471B05
RGB
CMYK
RGB Variations
Color information
#471B05 (or 0x471B05) is known color: Brown Pod. HEX triplet: 47, 1B and 05. RGB value is (71,27,5). Sum of RGB (Red+Green+Blue) = 71+27+5=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #471B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B05 is #B8E4FA. Grayscale: #252525. Windows color (decimal): -12117243 or 334663. OLE color: 334663.
HSL color Cylindrical-coordinate representation of color #471B05: hue angle of 20º 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 #471B05 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 5 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.72 |
| HSL | 20º | 0.87% | 0.15% | - |
| HSV(B) | 20º | 0.93% | 0.28% | - |
| XYZ | 3.02 | 2.13 | 0.4 | - |
| YUV | 37.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 5 | 0 | 0.62 | 0.93 | 0.72 | 20 | 0.87 | 0.15 |
| Hex | 47 | 1B | 5 | 0 | 3E | 5D | 48 | 14 | 57 | F |
| Octal | 107 | 33 | 5 | 0 | 76 | 135 | 110 | 24 | 127 | 17 |
| Binary | 1000111 | 11011 | 101 | 0 | 111110 | 1011101 | 1001000 | 10100 | 1010111 | 1111 |
Color Harmonies of #471B05
Complementary color
Monochromatic Colors of #471B05
Black with #471B05
Text Example
Text Example
White with #471B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B05; }
p { color: rgb(71,27,5); }
H1.HeaderClassName
{
color: #471B05;
}
.AnyTagClassName
{
color: #471B05;
}
</style>
background-color css
<style>
a { background-color: #471B05; }
a { background-color: rgb(71,27,5); }
div.DivClassName
{
background-color: #471B05;
}
.BgClassName
{
background-color: #471B05;
}
</style>
border-color css
<style>
span { border-color: #471B05; }
span { border-color: rgb(71,27,5); }
td.TdClassName
{
border-color: #471B05;
}
.TagClassName
{
border-color: #471B05;
}
</style>