Shades of Brown Pod #471D0A
Tints of Brown Pod #471D0A
RGB
CMYK
RGB Variations
Color information
#471D0A (or 0x471D0A) is known color: Brown Pod. HEX triplet: 47, 1D and 0A. RGB value is (71,29,10). Sum of RGB (Red+Green+Blue) = 71+29+10=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D0A is #B8E2F5. Grayscale: #272727. Windows color (decimal): -12116726 or 662855. OLE color: 662855.
HSL color Cylindrical-coordinate representation of color #471D0A: hue angle of 18.69º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471D0A is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 10 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.72 |
| HSL | 18.69º | 0.75% | 0.16% | - |
| HSV(B) | 18.69º | 0.86% | 0.28% | - |
| XYZ | 3.09 | 2.24 | 0.56 | - |
| YUV | 39.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 10 | 0 | 0.59 | 0.86 | 0.72 | 18.69 | 0.75 | 0.16 |
| Hex | 47 | 1D | A | 0 | 3B | 56 | 48 | 13 | 4B | 10 |
| Octal | 107 | 35 | 12 | 0 | 73 | 126 | 110 | 23 | 113 | 20 |
| Binary | 1000111 | 11101 | 1010 | 0 | 111011 | 1010110 | 1001000 | 10011 | 1001011 | 10000 |
Color Harmonies of #471D0A
Complementary color
Monochromatic Colors of #471D0A
Black with #471D0A
Text Example
Text Example
White with #471D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D0A; }
p { color: rgb(71,29,10); }
H1.HeaderClassName
{
color: #471D0A;
}
.AnyTagClassName
{
color: #471D0A;
}
</style>
background-color css
<style>
a { background-color: #471D0A; }
a { background-color: rgb(71,29,10); }
div.DivClassName
{
background-color: #471D0A;
}
.BgClassName
{
background-color: #471D0A;
}
</style>
border-color css
<style>
span { border-color: #471D0A; }
span { border-color: rgb(71,29,10); }
td.TdClassName
{
border-color: #471D0A;
}
.TagClassName
{
border-color: #471D0A;
}
</style>