Shades of Brown Pod #471B13
Tints of Brown Pod #471B13
RGB
CMYK
RGB Variations
Color information
#471B13 (or 0x471B13) is known color: Brown Pod. HEX triplet: 47, 1B and 13. RGB value is (71,27,19). Sum of RGB (Red+Green+Blue) = 71+27+19=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #471B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B13 is #B8E4EC. Grayscale: #272727. Windows color (decimal): -12117229 or 1252167. OLE color: 1252167.
HSL color Cylindrical-coordinate representation of color #471B13: hue angle of 9.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471B13 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 19 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.72 |
| HSL | 9.23º | 0.58% | 0.18% | - |
| HSV(B) | 9.23º | 0.73% | 0.28% | - |
| XYZ | 3.11 | 2.17 | 0.87 | - |
| YUV | 39.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 19 | 0 | 0.62 | 0.73 | 0.72 | 9.23 | 0.58 | 0.18 |
| Hex | 47 | 1B | 13 | 0 | 3E | 49 | 48 | 9 | 3A | 12 |
| Octal | 107 | 33 | 23 | 0 | 76 | 111 | 110 | 11 | 72 | 22 |
| Binary | 1000111 | 11011 | 10011 | 0 | 111110 | 1001001 | 1001000 | 1001 | 111010 | 10010 |
Color Harmonies of #471B13
Complementary color
Monochromatic Colors of #471B13
Black with #471B13
Text Example
Text Example
White with #471B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B13; }
p { color: rgb(71,27,19); }
H1.HeaderClassName
{
color: #471B13;
}
.AnyTagClassName
{
color: #471B13;
}
</style>
background-color css
<style>
a { background-color: #471B13; }
a { background-color: rgb(71,27,19); }
div.DivClassName
{
background-color: #471B13;
}
.BgClassName
{
background-color: #471B13;
}
</style>
border-color css
<style>
span { border-color: #471B13; }
span { border-color: rgb(71,27,19); }
td.TdClassName
{
border-color: #471B13;
}
.TagClassName
{
border-color: #471B13;
}
</style>