Shades of Brown Pod #47241D
Tints of Brown Pod #47241D
RGB
CMYK
RGB Variations
Color information
#47241D (or 0x47241D) is known color: Brown Pod. HEX triplet: 47, 24 and 1D. RGB value is (71,36,29). Sum of RGB (Red+Green+Blue) = 71+36+29=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47241D is #B8DBE2. Grayscale: #2D2D2D. Windows color (decimal): -12114915 or 1909831. OLE color: 1909831.
HSL color Cylindrical-coordinate representation of color #47241D: hue angle of 10º 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 #47241D is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 36 | 29 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.72 |
| HSL | 10º | 0.42% | 0.2% | - |
| HSV(B) | 10º | 0.59% | 0.28% | - |
| XYZ | 3.45 | 2.69 | 1.5 | - |
| YUV | 45.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 29 | 0 | 0.49 | 0.59 | 0.72 | 10 | 0.42 | 0.2 |
| Hex | 47 | 24 | 1D | 0 | 31 | 3B | 48 | A | 2A | 14 |
| Octal | 107 | 44 | 35 | 0 | 61 | 73 | 110 | 12 | 52 | 24 |
| Binary | 1000111 | 100100 | 11101 | 0 | 110001 | 111011 | 1001000 | 1010 | 101010 | 10100 |
Color Harmonies of #47241D
Complementary color
Monochromatic Colors of #47241D
Black with #47241D
Text Example
Text Example
White with #47241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47241D; }
p { color: rgb(71,36,29); }
H1.HeaderClassName
{
color: #47241D;
}
.AnyTagClassName
{
color: #47241D;
}
</style>
background-color css
<style>
a { background-color: #47241D; }
a { background-color: rgb(71,36,29); }
div.DivClassName
{
background-color: #47241D;
}
.BgClassName
{
background-color: #47241D;
}
</style>
border-color css
<style>
span { border-color: #47241D; }
span { border-color: rgb(71,36,29); }
td.TdClassName
{
border-color: #47241D;
}
.TagClassName
{
border-color: #47241D;
}
</style>