Shades of Brown Pod #47241F
Tints of Brown Pod #47241F
RGB
CMYK
RGB Variations
Color information
#47241F (or 0x47241F) is known color: Brown Pod. HEX triplet: 47, 24 and 1F. RGB value is (71,36,31). Sum of RGB (Red+Green+Blue) = 71+36+31=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47241F is #B8DBE0. Grayscale: #2D2D2D. Windows color (decimal): -12114913 or 2040903. OLE color: 2040903.
HSL color Cylindrical-coordinate representation of color #47241F: hue angle of 7.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47241F is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 36 | 31 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.72 |
| HSL | 7.5º | 0.39% | 0.2% | - |
| HSV(B) | 7.5º | 0.56% | 0.28% | - |
| XYZ | 3.48 | 2.7 | 1.63 | - |
| YUV | 45.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 31 | 0 | 0.49 | 0.56 | 0.72 | 7.5 | 0.39 | 0.2 |
| Hex | 47 | 24 | 1F | 0 | 31 | 38 | 48 | 8 | 27 | 14 |
| Octal | 107 | 44 | 37 | 0 | 61 | 70 | 110 | 10 | 47 | 24 |
| Binary | 1000111 | 100100 | 11111 | 0 | 110001 | 111000 | 1001000 | 1000 | 100111 | 10100 |
Color Harmonies of #47241F
Complementary color
Monochromatic Colors of #47241F
Black with #47241F
Text Example
Text Example
White with #47241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47241F; }
p { color: rgb(71,36,31); }
H1.HeaderClassName
{
color: #47241F;
}
.AnyTagClassName
{
color: #47241F;
}
</style>
background-color css
<style>
a { background-color: #47241F; }
a { background-color: rgb(71,36,31); }
div.DivClassName
{
background-color: #47241F;
}
.BgClassName
{
background-color: #47241F;
}
</style>
border-color css
<style>
span { border-color: #47241F; }
span { border-color: rgb(71,36,31); }
td.TdClassName
{
border-color: #47241F;
}
.TagClassName
{
border-color: #47241F;
}
</style>