Shades of Brown Pod #471B08
Tints of Brown Pod #471B08
RGB
CMYK
RGB Variations
Color information
#471B08 (or 0x471B08) is known color: Brown Pod. HEX triplet: 47, 1B and 08. RGB value is (71,27,8). Sum of RGB (Red+Green+Blue) = 71+27+8=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B08 is #B8E4F7. Grayscale: #262626. Windows color (decimal): -12117240 or 531271. OLE color: 531271.
HSL color Cylindrical-coordinate representation of color #471B08: hue angle of 18.1º 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 #471B08 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 8 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.72 |
| HSL | 18.1º | 0.8% | 0.15% | - |
| HSV(B) | 18.1º | 0.89% | 0.28% | - |
| XYZ | 3.03 | 2.14 | 0.48 | - |
| YUV | 37.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 8 | 0 | 0.62 | 0.89 | 0.72 | 18.1 | 0.8 | 0.15 |
| Hex | 47 | 1B | 8 | 0 | 3E | 59 | 48 | 12 | 50 | F |
| Octal | 107 | 33 | 10 | 0 | 76 | 131 | 110 | 22 | 120 | 17 |
| Binary | 1000111 | 11011 | 1000 | 0 | 111110 | 1011001 | 1001000 | 10010 | 1010000 | 1111 |
Color Harmonies of #471B08
Complementary color
Monochromatic Colors of #471B08
Black with #471B08
Text Example
Text Example
White with #471B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B08; }
p { color: rgb(71,27,8); }
H1.HeaderClassName
{
color: #471B08;
}
.AnyTagClassName
{
color: #471B08;
}
</style>
background-color css
<style>
a { background-color: #471B08; }
a { background-color: rgb(71,27,8); }
div.DivClassName
{
background-color: #471B08;
}
.BgClassName
{
background-color: #471B08;
}
</style>
border-color css
<style>
span { border-color: #471B08; }
span { border-color: rgb(71,27,8); }
td.TdClassName
{
border-color: #471B08;
}
.TagClassName
{
border-color: #471B08;
}
</style>