Shades of Brown Pod #482216
Tints of Brown Pod #482216
RGB
CMYK
RGB Variations
Color information
#482216 (or 0x482216) is known color: Brown Pod. HEX triplet: 48, 22 and 16. RGB value is (72,34,22). Sum of RGB (Red+Green+Blue) = 72+34+22=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #482216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482216 is #B7DDE9. Grayscale: #2C2C2C. Windows color (decimal): -12049898 or 1450568. OLE color: 1450568.
HSL color Cylindrical-coordinate representation of color #482216: hue angle of 14.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482216 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 22 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.72 |
| HSL | 14.4º | 0.53% | 0.18% | - |
| HSV(B) | 14.4º | 0.69% | 0.28% | - |
| XYZ | 3.39 | 2.58 | 1.08 | - |
| YUV | 43.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 22 | 0 | 0.53 | 0.69 | 0.72 | 14.4 | 0.53 | 0.18 |
| Hex | 48 | 22 | 16 | 0 | 35 | 45 | 48 | E | 35 | 12 |
| Octal | 110 | 42 | 26 | 0 | 65 | 105 | 110 | 16 | 65 | 22 |
| Binary | 1001000 | 100010 | 10110 | 0 | 110101 | 1000101 | 1001000 | 1110 | 110101 | 10010 |
Color Harmonies of #482216
Complementary color
Monochromatic Colors of #482216
Black with #482216
Text Example
Text Example
White with #482216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482216; }
p { color: rgb(72,34,22); }
H1.HeaderClassName
{
color: #482216;
}
.AnyTagClassName
{
color: #482216;
}
</style>
background-color css
<style>
a { background-color: #482216; }
a { background-color: rgb(72,34,22); }
div.DivClassName
{
background-color: #482216;
}
.BgClassName
{
background-color: #482216;
}
</style>
border-color css
<style>
span { border-color: #482216; }
span { border-color: rgb(72,34,22); }
td.TdClassName
{
border-color: #482216;
}
.TagClassName
{
border-color: #482216;
}
</style>