Shades of Brown Pod #471C0A
Tints of Brown Pod #471C0A
RGB
CMYK
RGB Variations
Color information
#471C0A (or 0x471C0A) is known color: Brown Pod. HEX triplet: 47, 1C and 0A. RGB value is (71,28,10). Sum of RGB (Red+Green+Blue) = 71+28+10=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #471C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C0A is #B8E3F5. Grayscale: #262626. Windows color (decimal): -12116982 or 662599. OLE color: 662599.
HSL color Cylindrical-coordinate representation of color #471C0A: hue angle of 17.7º 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 #471C0A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 10 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.72 |
| HSL | 17.7º | 0.75% | 0.16% | - |
| HSV(B) | 17.7º | 0.86% | 0.28% | - |
| XYZ | 3.07 | 2.19 | 0.55 | - |
| YUV | 38.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 10 | 0 | 0.61 | 0.86 | 0.72 | 17.7 | 0.75 | 0.16 |
| Hex | 47 | 1C | A | 0 | 3D | 56 | 48 | 12 | 4B | 10 |
| Octal | 107 | 34 | 12 | 0 | 75 | 126 | 110 | 22 | 113 | 20 |
| Binary | 1000111 | 11100 | 1010 | 0 | 111101 | 1010110 | 1001000 | 10010 | 1001011 | 10000 |
Color Harmonies of #471C0A
Complementary color
Monochromatic Colors of #471C0A
Black with #471C0A
Text Example
Text Example
White with #471C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C0A; }
p { color: rgb(71,28,10); }
H1.HeaderClassName
{
color: #471C0A;
}
.AnyTagClassName
{
color: #471C0A;
}
</style>
background-color css
<style>
a { background-color: #471C0A; }
a { background-color: rgb(71,28,10); }
div.DivClassName
{
background-color: #471C0A;
}
.BgClassName
{
background-color: #471C0A;
}
</style>
border-color css
<style>
span { border-color: #471C0A; }
span { border-color: rgb(71,28,10); }
td.TdClassName
{
border-color: #471C0A;
}
.TagClassName
{
border-color: #471C0A;
}
</style>