Shades of Brown Pod #47240D
Tints of Brown Pod #47240D
RGB
CMYK
RGB Variations
Color information
#47240D (or 0x47240D) is known color: Brown Pod. HEX triplet: 47, 24 and 0D. RGB value is (71,36,13). Sum of RGB (Red+Green+Blue) = 71+36+13=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47240D is #B8DBF2. Grayscale: #2B2B2B. Windows color (decimal): -12114931 or 861255. OLE color: 861255.
HSL color Cylindrical-coordinate representation of color #47240D: hue angle of 23.79º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47240D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 36 | 13 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.72 |
| HSL | 23.79º | 0.69% | 0.16% | - |
| HSV(B) | 23.79º | 0.82% | 0.28% | - |
| XYZ | 3.3 | 2.63 | 0.71 | - |
| YUV | 43.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 13 | 0 | 0.49 | 0.82 | 0.72 | 23.79 | 0.69 | 0.16 |
| Hex | 47 | 24 | D | 0 | 31 | 52 | 48 | 18 | 45 | 10 |
| Octal | 107 | 44 | 15 | 0 | 61 | 122 | 110 | 30 | 105 | 20 |
| Binary | 1000111 | 100100 | 1101 | 0 | 110001 | 1010010 | 1001000 | 11000 | 1000101 | 10000 |
Color Harmonies of #47240D
Complementary color
Monochromatic Colors of #47240D
Black with #47240D
Text Example
Text Example
White with #47240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47240D; }
p { color: rgb(71,36,13); }
H1.HeaderClassName
{
color: #47240D;
}
.AnyTagClassName
{
color: #47240D;
}
</style>
background-color css
<style>
a { background-color: #47240D; }
a { background-color: rgb(71,36,13); }
div.DivClassName
{
background-color: #47240D;
}
.BgClassName
{
background-color: #47240D;
}
</style>
border-color css
<style>
span { border-color: #47240D; }
span { border-color: rgb(71,36,13); }
td.TdClassName
{
border-color: #47240D;
}
.TagClassName
{
border-color: #47240D;
}
</style>