Shades of Brown Pod #482215
Tints of Brown Pod #482215
RGB
CMYK
RGB Variations
Color information
#482215 (or 0x482215) is known color: Brown Pod. HEX triplet: 48, 22 and 15. RGB value is (72,34,21). Sum of RGB (Red+Green+Blue) = 72+34+21=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482215 is #B7DDEA. Grayscale: #2B2B2B. Windows color (decimal): -12049899 or 1385032. OLE color: 1385032.
HSL color Cylindrical-coordinate representation of color #482215: hue angle of 15.29º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482215 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 21 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.72 |
| HSL | 15.29º | 0.55% | 0.18% | - |
| HSV(B) | 15.29º | 0.71% | 0.28% | - |
| XYZ | 3.38 | 2.58 | 1.03 | - |
| YUV | 43.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 21 | 0 | 0.53 | 0.71 | 0.72 | 15.29 | 0.55 | 0.18 |
| Hex | 48 | 22 | 15 | 0 | 35 | 47 | 48 | F | 37 | 12 |
| Octal | 110 | 42 | 25 | 0 | 65 | 107 | 110 | 17 | 67 | 22 |
| Binary | 1001000 | 100010 | 10101 | 0 | 110101 | 1000111 | 1001000 | 1111 | 110111 | 10010 |
Color Harmonies of #482215
Complementary color
Monochromatic Colors of #482215
Black with #482215
Text Example
Text Example
White with #482215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482215; }
p { color: rgb(72,34,21); }
H1.HeaderClassName
{
color: #482215;
}
.AnyTagClassName
{
color: #482215;
}
</style>
background-color css
<style>
a { background-color: #482215; }
a { background-color: rgb(72,34,21); }
div.DivClassName
{
background-color: #482215;
}
.BgClassName
{
background-color: #482215;
}
</style>
border-color css
<style>
span { border-color: #482215; }
span { border-color: rgb(72,34,21); }
td.TdClassName
{
border-color: #482215;
}
.TagClassName
{
border-color: #482215;
}
</style>