Shades of Brown Pod #471C14
Tints of Brown Pod #471C14
RGB
CMYK
RGB Variations
Color information
#471C14 (or 0x471C14) is known color: Brown Pod. HEX triplet: 47, 1C and 14. RGB value is (71,28,20). Sum of RGB (Red+Green+Blue) = 71+28+20=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #471C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C14 is #B8E3EB. Grayscale: #282828. Windows color (decimal): -12116972 or 1317959. OLE color: 1317959.
HSL color Cylindrical-coordinate representation of color #471C14: hue angle of 9.41º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471C14 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 20 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.72 |
| HSL | 9.41º | 0.56% | 0.18% | - |
| HSV(B) | 9.41º | 0.72% | 0.28% | - |
| XYZ | 3.14 | 2.22 | 0.92 | - |
| YUV | 39.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 20 | 0 | 0.61 | 0.72 | 0.72 | 9.41 | 0.56 | 0.18 |
| Hex | 47 | 1C | 14 | 0 | 3D | 48 | 48 | 9 | 38 | 12 |
| Octal | 107 | 34 | 24 | 0 | 75 | 110 | 110 | 11 | 70 | 22 |
| Binary | 1000111 | 11100 | 10100 | 0 | 111101 | 1001000 | 1001000 | 1001 | 111000 | 10010 |
Color Harmonies of #471C14
Complementary color
Monochromatic Colors of #471C14
Black with #471C14
Text Example
Text Example
White with #471C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C14; }
p { color: rgb(71,28,20); }
H1.HeaderClassName
{
color: #471C14;
}
.AnyTagClassName
{
color: #471C14;
}
</style>
background-color css
<style>
a { background-color: #471C14; }
a { background-color: rgb(71,28,20); }
div.DivClassName
{
background-color: #471C14;
}
.BgClassName
{
background-color: #471C14;
}
</style>
border-color css
<style>
span { border-color: #471C14; }
span { border-color: rgb(71,28,20); }
td.TdClassName
{
border-color: #471C14;
}
.TagClassName
{
border-color: #471C14;
}
</style>