Shades of Brown Pod #482516
Tints of Brown Pod #482516
RGB
CMYK
RGB Variations
Color information
#482516 (or 0x482516) is known color: Brown Pod. HEX triplet: 48, 25 and 16. RGB value is (72,37,22). Sum of RGB (Red+Green+Blue) = 72+37+22=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482516 is #B7DAE9. Grayscale: #2D2D2D. Windows color (decimal): -12049130 or 1451336. OLE color: 1451336.
HSL color Cylindrical-coordinate representation of color #482516: hue angle of 18º 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 #482516 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 37 | 22 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.72 |
| HSL | 18º | 0.53% | 0.18% | - |
| HSV(B) | 18º | 0.69% | 0.28% | - |
| XYZ | 3.48 | 2.76 | 1.11 | - |
| YUV | 45.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 22 | 0 | 0.49 | 0.69 | 0.72 | 18 | 0.53 | 0.18 |
| Hex | 48 | 25 | 16 | 0 | 31 | 45 | 48 | 12 | 35 | 12 |
| Octal | 110 | 45 | 26 | 0 | 61 | 105 | 110 | 22 | 65 | 22 |
| Binary | 1001000 | 100101 | 10110 | 0 | 110001 | 1000101 | 1001000 | 10010 | 110101 | 10010 |
Color Harmonies of #482516
Complementary color
Monochromatic Colors of #482516
Black with #482516
Text Example
Text Example
White with #482516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482516; }
p { color: rgb(72,37,22); }
H1.HeaderClassName
{
color: #482516;
}
.AnyTagClassName
{
color: #482516;
}
</style>
background-color css
<style>
a { background-color: #482516; }
a { background-color: rgb(72,37,22); }
div.DivClassName
{
background-color: #482516;
}
.BgClassName
{
background-color: #482516;
}
</style>
border-color css
<style>
span { border-color: #482516; }
span { border-color: rgb(72,37,22); }
td.TdClassName
{
border-color: #482516;
}
.TagClassName
{
border-color: #482516;
}
</style>