Shades of Brown Pod #471C15
Tints of Brown Pod #471C15
RGB
CMYK
RGB Variations
Color information
#471C15 (or 0x471C15) is known color: Brown Pod. HEX triplet: 47, 1C and 15. RGB value is (71,28,21). Sum of RGB (Red+Green+Blue) = 71+28+21=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #471C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C15 is #B8E3EA. Grayscale: #282828. Windows color (decimal): -12116971 or 1383495. OLE color: 1383495.
HSL color Cylindrical-coordinate representation of color #471C15: hue angle of 8.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471C15 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 21 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.72 |
| HSL | 8.4º | 0.54% | 0.18% | - |
| HSV(B) | 8.4º | 0.7% | 0.28% | - |
| XYZ | 3.15 | 2.22 | 0.97 | - |
| YUV | 40.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 21 | 0 | 0.61 | 0.70 | 0.72 | 8.4 | 0.54 | 0.18 |
| Hex | 47 | 1C | 15 | 0 | 3D | 46 | 48 | 8 | 36 | 12 |
| Octal | 107 | 34 | 25 | 0 | 75 | 106 | 110 | 10 | 66 | 22 |
| Binary | 1000111 | 11100 | 10101 | 0 | 111101 | 1000110 | 1001000 | 1000 | 110110 | 10010 |
Color Harmonies of #471C15
Complementary color
Monochromatic Colors of #471C15
Black with #471C15
Text Example
Text Example
White with #471C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C15; }
p { color: rgb(71,28,21); }
H1.HeaderClassName
{
color: #471C15;
}
.AnyTagClassName
{
color: #471C15;
}
</style>
background-color css
<style>
a { background-color: #471C15; }
a { background-color: rgb(71,28,21); }
div.DivClassName
{
background-color: #471C15;
}
.BgClassName
{
background-color: #471C15;
}
</style>
border-color css
<style>
span { border-color: #471C15; }
span { border-color: rgb(71,28,21); }
td.TdClassName
{
border-color: #471C15;
}
.TagClassName
{
border-color: #471C15;
}
</style>