Shades of Brown Pod #471402
Tints of Brown Pod #471402
RGB
CMYK
RGB Variations
Color information
#471402 (or 0x471402) is known color: Brown Pod. HEX triplet: 47, 14 and 02. RGB value is (71,20,2). Sum of RGB (Red+Green+Blue) = 71+20+2=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #471402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471402 is #B8EBFD. Grayscale: #212121. Windows color (decimal): -12119038 or 136263. OLE color: 136263.
HSL color Cylindrical-coordinate representation of color #471402: hue angle of 15.65º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #471402 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 20 | 2 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.72 |
| HSL | 15.65º | 0.95% | 0.14% | - |
| HSV(B) | 15.65º | 0.97% | 0.28% | - |
| XYZ | 2.86 | 1.84 | 0.26 | - |
| YUV | 33.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 2 | 0 | 0.72 | 0.97 | 0.72 | 15.65 | 0.95 | 0.14 |
| Hex | 47 | 14 | 2 | 0 | 48 | 61 | 48 | 10 | 5F | E |
| Octal | 107 | 24 | 2 | 0 | 110 | 141 | 110 | 20 | 137 | 16 |
| Binary | 1000111 | 10100 | 10 | 0 | 1001000 | 1100001 | 1001000 | 10000 | 1011111 | 1110 |
Color Harmonies of #471402
Complementary color
Monochromatic Colors of #471402
Black with #471402
Text Example
Text Example
White with #471402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471402; }
p { color: rgb(71,20,2); }
H1.HeaderClassName
{
color: #471402;
}
.AnyTagClassName
{
color: #471402;
}
</style>
background-color css
<style>
a { background-color: #471402; }
a { background-color: rgb(71,20,2); }
div.DivClassName
{
background-color: #471402;
}
.BgClassName
{
background-color: #471402;
}
</style>
border-color css
<style>
span { border-color: #471402; }
span { border-color: rgb(71,20,2); }
td.TdClassName
{
border-color: #471402;
}
.TagClassName
{
border-color: #471402;
}
</style>