Shades of Brown Pod #47221C
Tints of Brown Pod #47221C
RGB
CMYK
RGB Variations
Color information
#47221C (or 0x47221C) is known color: Brown Pod. HEX triplet: 47, 22 and 1C. RGB value is (71,34,28). Sum of RGB (Red+Green+Blue) = 71+34+28=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47221C is #B8DDE3. Grayscale: #2C2C2C. Windows color (decimal): -12115428 or 1843783. OLE color: 1843783.
HSL color Cylindrical-coordinate representation of color #47221C: hue angle of 8.37º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47221C is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 34 | 28 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.72 |
| HSL | 8.37º | 0.43% | 0.19% | - |
| HSV(B) | 8.37º | 0.61% | 0.28% | - |
| XYZ | 3.38 | 2.57 | 1.42 | - |
| YUV | 44.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 28 | 0 | 0.52 | 0.61 | 0.72 | 8.37 | 0.43 | 0.19 |
| Hex | 47 | 22 | 1C | 0 | 34 | 3D | 48 | 8 | 2B | 13 |
| Octal | 107 | 42 | 34 | 0 | 64 | 75 | 110 | 10 | 53 | 23 |
| Binary | 1000111 | 100010 | 11100 | 0 | 110100 | 111101 | 1001000 | 1000 | 101011 | 10011 |
Color Harmonies of #47221C
Complementary color
Monochromatic Colors of #47221C
Black with #47221C
Text Example
Text Example
White with #47221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47221C; }
p { color: rgb(71,34,28); }
H1.HeaderClassName
{
color: #47221C;
}
.AnyTagClassName
{
color: #47221C;
}
</style>
background-color css
<style>
a { background-color: #47221C; }
a { background-color: rgb(71,34,28); }
div.DivClassName
{
background-color: #47221C;
}
.BgClassName
{
background-color: #47221C;
}
</style>
border-color css
<style>
span { border-color: #47221C; }
span { border-color: rgb(71,34,28); }
td.TdClassName
{
border-color: #47221C;
}
.TagClassName
{
border-color: #47221C;
}
</style>