Shades of Brown Pod #471F0C
Tints of Brown Pod #471F0C
RGB
CMYK
RGB Variations
Color information
#471F0C (or 0x471F0C) is known color: Brown Pod. HEX triplet: 47, 1F and 0C. RGB value is (71,31,12). Sum of RGB (Red+Green+Blue) = 71+31+12=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F0C is #B8E0F3. Grayscale: #282828. Windows color (decimal): -12116212 or 794439. OLE color: 794439.
HSL color Cylindrical-coordinate representation of color #471F0C: hue angle of 19.32º 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 #471F0C is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 12 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.72 |
| HSL | 19.32º | 0.71% | 0.16% | - |
| HSV(B) | 19.32º | 0.83% | 0.28% | - |
| XYZ | 3.15 | 2.35 | 0.63 | - |
| YUV | 40.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 12 | 0 | 0.56 | 0.83 | 0.72 | 19.32 | 0.71 | 0.16 |
| Hex | 47 | 1F | C | 0 | 38 | 53 | 48 | 13 | 47 | 10 |
| Octal | 107 | 37 | 14 | 0 | 70 | 123 | 110 | 23 | 107 | 20 |
| Binary | 1000111 | 11111 | 1100 | 0 | 111000 | 1010011 | 1001000 | 10011 | 1000111 | 10000 |
Color Harmonies of #471F0C
Complementary color
Monochromatic Colors of #471F0C
Black with #471F0C
Text Example
Text Example
White with #471F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F0C; }
p { color: rgb(71,31,12); }
H1.HeaderClassName
{
color: #471F0C;
}
.AnyTagClassName
{
color: #471F0C;
}
</style>
background-color css
<style>
a { background-color: #471F0C; }
a { background-color: rgb(71,31,12); }
div.DivClassName
{
background-color: #471F0C;
}
.BgClassName
{
background-color: #471F0C;
}
</style>
border-color css
<style>
span { border-color: #471F0C; }
span { border-color: rgb(71,31,12); }
td.TdClassName
{
border-color: #471F0C;
}
.TagClassName
{
border-color: #471F0C;
}
</style>