Shades of Brown Pod #472105
Tints of Brown Pod #472105
RGB
CMYK
RGB Variations
Color information
#472105 (or 0x472105) is known color: Brown Pod. HEX triplet: 47, 21 and 05. RGB value is (71,33,5). Sum of RGB (Red+Green+Blue) = 71+33+5=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #472105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472105 is #B8DEFA. Grayscale: #292929. Windows color (decimal): -12115707 or 336199. OLE color: 336199.
HSL color Cylindrical-coordinate representation of color #472105: hue angle of 25.45º 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 #472105 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 33 | 5 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.72 |
| HSL | 25.45º | 0.87% | 0.15% | - |
| HSV(B) | 25.45º | 0.93% | 0.28% | - |
| XYZ | 3.17 | 2.44 | 0.45 | - |
| YUV | 41.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 5 | 0 | 0.54 | 0.93 | 0.72 | 25.45 | 0.87 | 0.15 |
| Hex | 47 | 21 | 5 | 0 | 36 | 5D | 48 | 19 | 57 | F |
| Octal | 107 | 41 | 5 | 0 | 66 | 135 | 110 | 31 | 127 | 17 |
| Binary | 1000111 | 100001 | 101 | 0 | 110110 | 1011101 | 1001000 | 11001 | 1010111 | 1111 |
Color Harmonies of #472105
Complementary color
Monochromatic Colors of #472105
Black with #472105
Text Example
Text Example
White with #472105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472105; }
p { color: rgb(71,33,5); }
H1.HeaderClassName
{
color: #472105;
}
.AnyTagClassName
{
color: #472105;
}
</style>
background-color css
<style>
a { background-color: #472105; }
a { background-color: rgb(71,33,5); }
div.DivClassName
{
background-color: #472105;
}
.BgClassName
{
background-color: #472105;
}
</style>
border-color css
<style>
span { border-color: #472105; }
span { border-color: rgb(71,33,5); }
td.TdClassName
{
border-color: #472105;
}
.TagClassName
{
border-color: #472105;
}
</style>