Shades of Brown Pod #471D0C
Tints of Brown Pod #471D0C
RGB
CMYK
RGB Variations
Color information
#471D0C (or 0x471D0C) is known color: Brown Pod. HEX triplet: 47, 1D and 0C. RGB value is (71,29,12). Sum of RGB (Red+Green+Blue) = 71+29+12=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #471D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D0C is #B8E2F3. Grayscale: #272727. Windows color (decimal): -12116724 or 793927. OLE color: 793927.
HSL color Cylindrical-coordinate representation of color #471D0C: hue angle of 17.29º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471D0C is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 12 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.72 |
| HSL | 17.29º | 0.71% | 0.16% | - |
| HSV(B) | 17.29º | 0.83% | 0.28% | - |
| XYZ | 3.1 | 2.24 | 0.62 | - |
| YUV | 39.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 12 | 0 | 0.59 | 0.83 | 0.72 | 17.29 | 0.71 | 0.16 |
| Hex | 47 | 1D | C | 0 | 3B | 53 | 48 | 11 | 47 | 10 |
| Octal | 107 | 35 | 14 | 0 | 73 | 123 | 110 | 21 | 107 | 20 |
| Binary | 1000111 | 11101 | 1100 | 0 | 111011 | 1010011 | 1001000 | 10001 | 1000111 | 10000 |
Color Harmonies of #471D0C
Complementary color
Monochromatic Colors of #471D0C
Black with #471D0C
Text Example
Text Example
White with #471D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D0C; }
p { color: rgb(71,29,12); }
H1.HeaderClassName
{
color: #471D0C;
}
.AnyTagClassName
{
color: #471D0C;
}
</style>
background-color css
<style>
a { background-color: #471D0C; }
a { background-color: rgb(71,29,12); }
div.DivClassName
{
background-color: #471D0C;
}
.BgClassName
{
background-color: #471D0C;
}
</style>
border-color css
<style>
span { border-color: #471D0C; }
span { border-color: rgb(71,29,12); }
td.TdClassName
{
border-color: #471D0C;
}
.TagClassName
{
border-color: #471D0C;
}
</style>