Shades of Brown Pod #482210
Tints of Brown Pod #482210
RGB
CMYK
RGB Variations
Color information
#482210 (or 0x482210) is known color: Brown Pod. HEX triplet: 48, 22 and 10. RGB value is (72,34,16). Sum of RGB (Red+Green+Blue) = 72+34+16=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #482210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482210 is #B7DDEF. Grayscale: #2B2B2B. Windows color (decimal): -12049904 or 1057352. OLE color: 1057352.
HSL color Cylindrical-coordinate representation of color #482210: hue angle of 19.29º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482210 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 16 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.72 |
| HSL | 19.29º | 0.64% | 0.17% | - |
| HSV(B) | 19.29º | 0.78% | 0.28% | - |
| XYZ | 3.34 | 2.56 | 0.81 | - |
| YUV | 43.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 16 | 0 | 0.53 | 0.78 | 0.72 | 19.29 | 0.64 | 0.17 |
| Hex | 48 | 22 | 10 | 0 | 35 | 4E | 48 | 13 | 40 | 11 |
| Octal | 110 | 42 | 20 | 0 | 65 | 116 | 110 | 23 | 100 | 21 |
| Binary | 1001000 | 100010 | 10000 | 0 | 110101 | 1001110 | 1001000 | 10011 | 1000000 | 10001 |
Color Harmonies of #482210
Complementary color
Monochromatic Colors of #482210
Black with #482210
Text Example
Text Example
White with #482210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482210; }
p { color: rgb(72,34,16); }
H1.HeaderClassName
{
color: #482210;
}
.AnyTagClassName
{
color: #482210;
}
</style>
background-color css
<style>
a { background-color: #482210; }
a { background-color: rgb(72,34,16); }
div.DivClassName
{
background-color: #482210;
}
.BgClassName
{
background-color: #482210;
}
</style>
border-color css
<style>
span { border-color: #482210; }
span { border-color: rgb(72,34,16); }
td.TdClassName
{
border-color: #482210;
}
.TagClassName
{
border-color: #482210;
}
</style>