Shades of Brown Pod #47261B
Tints of Brown Pod #47261B
RGB
CMYK
RGB Variations
Color information
#47261B (or 0x47261B) is known color: Brown Pod. HEX triplet: 47, 26 and 1B. RGB value is (71,38,27). Sum of RGB (Red+Green+Blue) = 71+38+27=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47261B is #B8D9E4. Grayscale: #2E2E2E. Windows color (decimal): -12114405 or 1779271. OLE color: 1779271.
HSL color Cylindrical-coordinate representation of color #47261B: hue angle of 15º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47261B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 38 | 27 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.72 |
| HSL | 15º | 0.45% | 0.19% | - |
| HSV(B) | 15º | 0.62% | 0.28% | - |
| XYZ | 3.49 | 2.8 | 1.39 | - |
| YUV | 46.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 27 | 0 | 0.46 | 0.62 | 0.72 | 15 | 0.45 | 0.19 |
| Hex | 47 | 26 | 1B | 0 | 2E | 3E | 48 | F | 2D | 13 |
| Octal | 107 | 46 | 33 | 0 | 56 | 76 | 110 | 17 | 55 | 23 |
| Binary | 1000111 | 100110 | 11011 | 0 | 101110 | 111110 | 1001000 | 1111 | 101101 | 10011 |
Color Harmonies of #47261B
Complementary color
Monochromatic Colors of #47261B
Black with #47261B
Text Example
Text Example
White with #47261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47261B; }
p { color: rgb(71,38,27); }
H1.HeaderClassName
{
color: #47261B;
}
.AnyTagClassName
{
color: #47261B;
}
</style>
background-color css
<style>
a { background-color: #47261B; }
a { background-color: rgb(71,38,27); }
div.DivClassName
{
background-color: #47261B;
}
.BgClassName
{
background-color: #47261B;
}
</style>
border-color css
<style>
span { border-color: #47261B; }
span { border-color: rgb(71,38,27); }
td.TdClassName
{
border-color: #47261B;
}
.TagClassName
{
border-color: #47261B;
}
</style>