Shades of Brown Pod #471B0C
Tints of Brown Pod #471B0C
RGB
CMYK
RGB Variations
Color information
#471B0C (or 0x471B0C) is known color: Brown Pod. HEX triplet: 47, 1B and 0C. RGB value is (71,27,12). Sum of RGB (Red+Green+Blue) = 71+27+12=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B0C is #B8E4F3. Grayscale: #262626. Windows color (decimal): -12117236 or 793415. OLE color: 793415.
HSL color Cylindrical-coordinate representation of color #471B0C: hue angle of 15.25º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471B0C is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 12 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.72 |
| HSL | 15.25º | 0.71% | 0.16% | - |
| HSV(B) | 15.25º | 0.83% | 0.28% | - |
| XYZ | 3.06 | 2.15 | 0.6 | - |
| YUV | 38.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 12 | 0 | 0.62 | 0.83 | 0.72 | 15.25 | 0.71 | 0.16 |
| Hex | 47 | 1B | C | 0 | 3E | 53 | 48 | F | 47 | 10 |
| Octal | 107 | 33 | 14 | 0 | 76 | 123 | 110 | 17 | 107 | 20 |
| Binary | 1000111 | 11011 | 1100 | 0 | 111110 | 1010011 | 1001000 | 1111 | 1000111 | 10000 |
Color Harmonies of #471B0C
Complementary color
Monochromatic Colors of #471B0C
Black with #471B0C
Text Example
Text Example
White with #471B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B0C; }
p { color: rgb(71,27,12); }
H1.HeaderClassName
{
color: #471B0C;
}
.AnyTagClassName
{
color: #471B0C;
}
</style>
background-color css
<style>
a { background-color: #471B0C; }
a { background-color: rgb(71,27,12); }
div.DivClassName
{
background-color: #471B0C;
}
.BgClassName
{
background-color: #471B0C;
}
</style>
border-color css
<style>
span { border-color: #471B0C; }
span { border-color: rgb(71,27,12); }
td.TdClassName
{
border-color: #471B0C;
}
.TagClassName
{
border-color: #471B0C;
}
</style>