Shades of Brown Pod #471A08
Tints of Brown Pod #471A08
RGB
CMYK
RGB Variations
Color information
#471A08 (or 0x471A08) is known color: Brown Pod. HEX triplet: 47, 1A and 08. RGB value is (71,26,8). Sum of RGB (Red+Green+Blue) = 71+26+8=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #471A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A08 is #B8E5F7. Grayscale: #252525. Windows color (decimal): -12117496 or 531015. OLE color: 531015.
HSL color Cylindrical-coordinate representation of color #471A08: hue angle of 17.14º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471A08 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 26 | 8 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.72 |
| HSL | 17.14º | 0.8% | 0.15% | - |
| HSV(B) | 17.14º | 0.89% | 0.28% | - |
| XYZ | 3.01 | 2.1 | 0.48 | - |
| YUV | 37.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 8 | 0 | 0.63 | 0.89 | 0.72 | 17.14 | 0.8 | 0.15 |
| Hex | 47 | 1A | 8 | 0 | 3F | 59 | 48 | 11 | 50 | F |
| Octal | 107 | 32 | 10 | 0 | 77 | 131 | 110 | 21 | 120 | 17 |
| Binary | 1000111 | 11010 | 1000 | 0 | 111111 | 1011001 | 1001000 | 10001 | 1010000 | 1111 |
Color Harmonies of #471A08
Complementary color
Monochromatic Colors of #471A08
Black with #471A08
Text Example
Text Example
White with #471A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A08; }
p { color: rgb(71,26,8); }
H1.HeaderClassName
{
color: #471A08;
}
.AnyTagClassName
{
color: #471A08;
}
</style>
background-color css
<style>
a { background-color: #471A08; }
a { background-color: rgb(71,26,8); }
div.DivClassName
{
background-color: #471A08;
}
.BgClassName
{
background-color: #471A08;
}
</style>
border-color css
<style>
span { border-color: #471A08; }
span { border-color: rgb(71,26,8); }
td.TdClassName
{
border-color: #471A08;
}
.TagClassName
{
border-color: #471A08;
}
</style>