Shades of Brown Pod #471C19
Tints of Brown Pod #471C19
RGB
CMYK
RGB Variations
Color information
#471C19 (or 0x471C19) is known color: Brown Pod. HEX triplet: 47, 1C and 19. RGB value is (71,28,25). Sum of RGB (Red+Green+Blue) = 71+28+25=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #471C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C19 is #B8E3E6. Grayscale: #282828. Windows color (decimal): -12116967 or 1645639. OLE color: 1645639.
HSL color Cylindrical-coordinate representation of color #471C19: hue angle of 3.91º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471C19 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 25 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.72 |
| HSL | 3.91º | 0.48% | 0.19% | - |
| HSV(B) | 3.91º | 0.65% | 0.28% | - |
| XYZ | 3.19 | 2.24 | 1.18 | - |
| YUV | 40.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 25 | 0 | 0.61 | 0.65 | 0.72 | 3.91 | 0.48 | 0.19 |
| Hex | 47 | 1C | 19 | 0 | 3D | 41 | 48 | 4 | 30 | 13 |
| Octal | 107 | 34 | 31 | 0 | 75 | 101 | 110 | 4 | 60 | 23 |
| Binary | 1000111 | 11100 | 11001 | 0 | 111101 | 1000001 | 1001000 | 100 | 110000 | 10011 |
Color Harmonies of #471C19
Complementary color
Monochromatic Colors of #471C19
Black with #471C19
Text Example
Text Example
White with #471C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C19; }
p { color: rgb(71,28,25); }
H1.HeaderClassName
{
color: #471C19;
}
.AnyTagClassName
{
color: #471C19;
}
</style>
background-color css
<style>
a { background-color: #471C19; }
a { background-color: rgb(71,28,25); }
div.DivClassName
{
background-color: #471C19;
}
.BgClassName
{
background-color: #471C19;
}
</style>
border-color css
<style>
span { border-color: #471C19; }
span { border-color: rgb(71,28,25); }
td.TdClassName
{
border-color: #471C19;
}
.TagClassName
{
border-color: #471C19;
}
</style>