Shades of Brown Pod #471C08
Tints of Brown Pod #471C08
RGB
CMYK
RGB Variations
Color information
#471C08 (or 0x471C08) is known color: Brown Pod. HEX triplet: 47, 1C and 08. RGB value is (71,28,8). Sum of RGB (Red+Green+Blue) = 71+28+8=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #471C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C08 is #B8E3F7. Grayscale: #262626. Windows color (decimal): -12116984 or 531527. OLE color: 531527.
HSL color Cylindrical-coordinate representation of color #471C08: hue angle of 19.05º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471C08 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 8 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.72 |
| HSL | 19.05º | 0.8% | 0.15% | - |
| HSV(B) | 19.05º | 0.89% | 0.28% | - |
| XYZ | 3.06 | 2.19 | 0.49 | - |
| YUV | 38.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 8 | 0 | 0.61 | 0.89 | 0.72 | 19.05 | 0.8 | 0.15 |
| Hex | 47 | 1C | 8 | 0 | 3D | 59 | 48 | 13 | 50 | F |
| Octal | 107 | 34 | 10 | 0 | 75 | 131 | 110 | 23 | 120 | 17 |
| Binary | 1000111 | 11100 | 1000 | 0 | 111101 | 1011001 | 1001000 | 10011 | 1010000 | 1111 |
Color Harmonies of #471C08
Complementary color
Monochromatic Colors of #471C08
Black with #471C08
Text Example
Text Example
White with #471C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C08; }
p { color: rgb(71,28,8); }
H1.HeaderClassName
{
color: #471C08;
}
.AnyTagClassName
{
color: #471C08;
}
</style>
background-color css
<style>
a { background-color: #471C08; }
a { background-color: rgb(71,28,8); }
div.DivClassName
{
background-color: #471C08;
}
.BgClassName
{
background-color: #471C08;
}
</style>
border-color css
<style>
span { border-color: #471C08; }
span { border-color: rgb(71,28,8); }
td.TdClassName
{
border-color: #471C08;
}
.TagClassName
{
border-color: #471C08;
}
</style>