Shades of Brown Pod #471B09
Tints of Brown Pod #471B09
RGB
CMYK
RGB Variations
Color information
#471B09 (or 0x471B09) is known color: Brown Pod. HEX triplet: 47, 1B and 09. RGB value is (71,27,9). Sum of RGB (Red+Green+Blue) = 71+27+9=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #471B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B09 is #B8E4F6. Grayscale: #262626. Windows color (decimal): -12117239 or 596807. OLE color: 596807.
HSL color Cylindrical-coordinate representation of color #471B09: hue angle of 17.42º 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 #471B09 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 9 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.72 |
| HSL | 17.42º | 0.78% | 0.16% | - |
| HSV(B) | 17.42º | 0.87% | 0.28% | - |
| XYZ | 3.04 | 2.14 | 0.51 | - |
| YUV | 38.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 9 | 0 | 0.62 | 0.87 | 0.72 | 17.42 | 0.78 | 0.16 |
| Hex | 47 | 1B | 9 | 0 | 3E | 57 | 48 | 11 | 4E | 10 |
| Octal | 107 | 33 | 11 | 0 | 76 | 127 | 110 | 21 | 116 | 20 |
| Binary | 1000111 | 11011 | 1001 | 0 | 111110 | 1010111 | 1001000 | 10001 | 1001110 | 10000 |
Color Harmonies of #471B09
Complementary color
Monochromatic Colors of #471B09
Black with #471B09
Text Example
Text Example
White with #471B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B09; }
p { color: rgb(71,27,9); }
H1.HeaderClassName
{
color: #471B09;
}
.AnyTagClassName
{
color: #471B09;
}
</style>
background-color css
<style>
a { background-color: #471B09; }
a { background-color: rgb(71,27,9); }
div.DivClassName
{
background-color: #471B09;
}
.BgClassName
{
background-color: #471B09;
}
</style>
border-color css
<style>
span { border-color: #471B09; }
span { border-color: rgb(71,27,9); }
td.TdClassName
{
border-color: #471B09;
}
.TagClassName
{
border-color: #471B09;
}
</style>