Shades of Brown Pod #471C04
Tints of Brown Pod #471C04
RGB
CMYK
RGB Variations
Color information
#471C04 (or 0x471C04) is known color: Brown Pod. HEX triplet: 47, 1C and 04. RGB value is (71,28,4). Sum of RGB (Red+Green+Blue) = 71+28+4=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #471C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C04 is #B8E3FB. Grayscale: #262626. Windows color (decimal): -12116988 or 269383. OLE color: 269383.
HSL color Cylindrical-coordinate representation of color #471C04: hue angle of 21.49º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #471C04 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 4 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.72 |
| HSL | 21.49º | 0.89% | 0.15% | - |
| HSV(B) | 21.49º | 0.94% | 0.28% | - |
| XYZ | 3.04 | 2.18 | 0.38 | - |
| YUV | 38.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 4 | 0 | 0.61 | 0.94 | 0.72 | 21.49 | 0.89 | 0.15 |
| Hex | 47 | 1C | 4 | 0 | 3D | 5E | 48 | 15 | 59 | F |
| Octal | 107 | 34 | 4 | 0 | 75 | 136 | 110 | 25 | 131 | 17 |
| Binary | 1000111 | 11100 | 100 | 0 | 111101 | 1011110 | 1001000 | 10101 | 1011001 | 1111 |
Color Harmonies of #471C04
Complementary color
Monochromatic Colors of #471C04
Black with #471C04
Text Example
Text Example
White with #471C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C04; }
p { color: rgb(71,28,4); }
H1.HeaderClassName
{
color: #471C04;
}
.AnyTagClassName
{
color: #471C04;
}
</style>
background-color css
<style>
a { background-color: #471C04; }
a { background-color: rgb(71,28,4); }
div.DivClassName
{
background-color: #471C04;
}
.BgClassName
{
background-color: #471C04;
}
</style>
border-color css
<style>
span { border-color: #471C04; }
span { border-color: rgb(71,28,4); }
td.TdClassName
{
border-color: #471C04;
}
.TagClassName
{
border-color: #471C04;
}
</style>