Shades of Brown Pod #471D0D
Tints of Brown Pod #471D0D
RGB
CMYK
RGB Variations
Color information
#471D0D (or 0x471D0D) is known color: Brown Pod. HEX triplet: 47, 1D and 0D. RGB value is (71,29,13). Sum of RGB (Red+Green+Blue) = 71+29+13=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #471D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D0D is #B8E2F2. Grayscale: #272727. Windows color (decimal): -12116723 or 859463. OLE color: 859463.
HSL color Cylindrical-coordinate representation of color #471D0D: hue angle of 16.55º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471D0D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 13 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.72 |
| HSL | 16.55º | 0.69% | 0.16% | - |
| HSV(B) | 16.55º | 0.82% | 0.28% | - |
| XYZ | 3.11 | 2.25 | 0.65 | - |
| YUV | 39.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 13 | 0 | 0.59 | 0.82 | 0.72 | 16.55 | 0.69 | 0.16 |
| Hex | 47 | 1D | D | 0 | 3B | 52 | 48 | 11 | 45 | 10 |
| Octal | 107 | 35 | 15 | 0 | 73 | 122 | 110 | 21 | 105 | 20 |
| Binary | 1000111 | 11101 | 1101 | 0 | 111011 | 1010010 | 1001000 | 10001 | 1000101 | 10000 |
Color Harmonies of #471D0D
Complementary color
Monochromatic Colors of #471D0D
Black with #471D0D
Text Example
Text Example
White with #471D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D0D; }
p { color: rgb(71,29,13); }
H1.HeaderClassName
{
color: #471D0D;
}
.AnyTagClassName
{
color: #471D0D;
}
</style>
background-color css
<style>
a { background-color: #471D0D; }
a { background-color: rgb(71,29,13); }
div.DivClassName
{
background-color: #471D0D;
}
.BgClassName
{
background-color: #471D0D;
}
</style>
border-color css
<style>
span { border-color: #471D0D; }
span { border-color: rgb(71,29,13); }
td.TdClassName
{
border-color: #471D0D;
}
.TagClassName
{
border-color: #471D0D;
}
</style>