Shades of Brown Pod #47261D
Tints of Brown Pod #47261D
RGB
CMYK
RGB Variations
Color information
#47261D (or 0x47261D) is known color: Brown Pod. HEX triplet: 47, 26 and 1D. RGB value is (71,38,29). Sum of RGB (Red+Green+Blue) = 71+38+29=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47261D is #B8D9E2. Grayscale: #2E2E2E. Windows color (decimal): -12114403 or 1910343. OLE color: 1910343.
HSL color Cylindrical-coordinate representation of color #47261D: hue angle of 12.86º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47261D is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 38 | 29 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.72 |
| HSL | 12.86º | 0.42% | 0.2% | - |
| HSV(B) | 12.86º | 0.59% | 0.28% | - |
| XYZ | 3.51 | 2.81 | 1.52 | - |
| YUV | 46.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 29 | 0 | 0.46 | 0.59 | 0.72 | 12.86 | 0.42 | 0.2 |
| Hex | 47 | 26 | 1D | 0 | 2E | 3B | 48 | D | 2A | 14 |
| Octal | 107 | 46 | 35 | 0 | 56 | 73 | 110 | 15 | 52 | 24 |
| Binary | 1000111 | 100110 | 11101 | 0 | 101110 | 111011 | 1001000 | 1101 | 101010 | 10100 |
Color Harmonies of #47261D
Complementary color
Monochromatic Colors of #47261D
Black with #47261D
Text Example
Text Example
White with #47261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47261D; }
p { color: rgb(71,38,29); }
H1.HeaderClassName
{
color: #47261D;
}
.AnyTagClassName
{
color: #47261D;
}
</style>
background-color css
<style>
a { background-color: #47261D; }
a { background-color: rgb(71,38,29); }
div.DivClassName
{
background-color: #47261D;
}
.BgClassName
{
background-color: #47261D;
}
</style>
border-color css
<style>
span { border-color: #47261D; }
span { border-color: rgb(71,38,29); }
td.TdClassName
{
border-color: #47261D;
}
.TagClassName
{
border-color: #47261D;
}
</style>