Shades of Brown Pod #471C09
Tints of Brown Pod #471C09
RGB
CMYK
RGB Variations
Color information
#471C09 (or 0x471C09) is known color: Brown Pod. HEX triplet: 47, 1C and 09. RGB value is (71,28,9). Sum of RGB (Red+Green+Blue) = 71+28+9=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C09 is #B8E3F6. Grayscale: #262626. Windows color (decimal): -12116983 or 597063. OLE color: 597063.
HSL color Cylindrical-coordinate representation of color #471C09: hue angle of 18.39º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471C09 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 9 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.72 |
| HSL | 18.39º | 0.78% | 0.16% | - |
| HSV(B) | 18.39º | 0.87% | 0.28% | - |
| XYZ | 3.06 | 2.19 | 0.52 | - |
| YUV | 38.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 9 | 0 | 0.61 | 0.87 | 0.72 | 18.39 | 0.78 | 0.16 |
| Hex | 47 | 1C | 9 | 0 | 3D | 57 | 48 | 12 | 4E | 10 |
| Octal | 107 | 34 | 11 | 0 | 75 | 127 | 110 | 22 | 116 | 20 |
| Binary | 1000111 | 11100 | 1001 | 0 | 111101 | 1010111 | 1001000 | 10010 | 1001110 | 10000 |
Color Harmonies of #471C09
Complementary color
Monochromatic Colors of #471C09
Black with #471C09
Text Example
Text Example
White with #471C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C09; }
p { color: rgb(71,28,9); }
H1.HeaderClassName
{
color: #471C09;
}
.AnyTagClassName
{
color: #471C09;
}
</style>
background-color css
<style>
a { background-color: #471C09; }
a { background-color: rgb(71,28,9); }
div.DivClassName
{
background-color: #471C09;
}
.BgClassName
{
background-color: #471C09;
}
</style>
border-color css
<style>
span { border-color: #471C09; }
span { border-color: rgb(71,28,9); }
td.TdClassName
{
border-color: #471C09;
}
.TagClassName
{
border-color: #471C09;
}
</style>