Shades of Brown Pod #471B0B
Tints of Brown Pod #471B0B
RGB
CMYK
RGB Variations
Color information
#471B0B (or 0x471B0B) is known color: Brown Pod. HEX triplet: 47, 1B and 0B. RGB value is (71,27,11). Sum of RGB (Red+Green+Blue) = 71+27+11=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #471B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B0B is #B8E4F4. Grayscale: #262626. Windows color (decimal): -12117237 or 727879. OLE color: 727879.
HSL color Cylindrical-coordinate representation of color #471B0B: hue angle of 16º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471B0B is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 11 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.72 |
| HSL | 16º | 0.73% | 0.16% | - |
| HSV(B) | 16º | 0.85% | 0.28% | - |
| XYZ | 3.05 | 2.15 | 0.57 | - |
| YUV | 38.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 11 | 0 | 0.62 | 0.85 | 0.72 | 16 | 0.73 | 0.16 |
| Hex | 47 | 1B | B | 0 | 3E | 55 | 48 | 10 | 49 | 10 |
| Octal | 107 | 33 | 13 | 0 | 76 | 125 | 110 | 20 | 111 | 20 |
| Binary | 1000111 | 11011 | 1011 | 0 | 111110 | 1010101 | 1001000 | 10000 | 1001001 | 10000 |
Color Harmonies of #471B0B
Complementary color
Monochromatic Colors of #471B0B
Black with #471B0B
Text Example
Text Example
White with #471B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B0B; }
p { color: rgb(71,27,11); }
H1.HeaderClassName
{
color: #471B0B;
}
.AnyTagClassName
{
color: #471B0B;
}
</style>
background-color css
<style>
a { background-color: #471B0B; }
a { background-color: rgb(71,27,11); }
div.DivClassName
{
background-color: #471B0B;
}
.BgClassName
{
background-color: #471B0B;
}
</style>
border-color css
<style>
span { border-color: #471B0B; }
span { border-color: rgb(71,27,11); }
td.TdClassName
{
border-color: #471B0B;
}
.TagClassName
{
border-color: #471B0B;
}
</style>