Shades of Brown Pod #482010
Tints of Brown Pod #482010
RGB
CMYK
RGB Variations
Color information
#482010 (or 0x482010) is known color: Brown Pod. HEX triplet: 48, 20 and 10. RGB value is (72,32,16). Sum of RGB (Red+Green+Blue) = 72+32+16=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #482010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482010 is #B7DFEF. Grayscale: #2A2A2A. Windows color (decimal): -12050416 or 1056840. OLE color: 1056840.
HSL color Cylindrical-coordinate representation of color #482010: hue angle of 17.14º 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 #482010 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 16 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.72 |
| HSL | 17.14º | 0.64% | 0.17% | - |
| HSV(B) | 17.14º | 0.78% | 0.28% | - |
| XYZ | 3.28 | 2.45 | 0.79 | - |
| YUV | 42.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 16 | 0 | 0.56 | 0.78 | 0.72 | 17.14 | 0.64 | 0.17 |
| Hex | 48 | 20 | 10 | 0 | 38 | 4E | 48 | 11 | 40 | 11 |
| Octal | 110 | 40 | 20 | 0 | 70 | 116 | 110 | 21 | 100 | 21 |
| Binary | 1001000 | 100000 | 10000 | 0 | 111000 | 1001110 | 1001000 | 10001 | 1000000 | 10001 |
Color Harmonies of #482010
Complementary color
Monochromatic Colors of #482010
Black with #482010
Text Example
Text Example
White with #482010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482010; }
p { color: rgb(72,32,16); }
H1.HeaderClassName
{
color: #482010;
}
.AnyTagClassName
{
color: #482010;
}
</style>
background-color css
<style>
a { background-color: #482010; }
a { background-color: rgb(72,32,16); }
div.DivClassName
{
background-color: #482010;
}
.BgClassName
{
background-color: #482010;
}
</style>
border-color css
<style>
span { border-color: #482010; }
span { border-color: rgb(72,32,16); }
td.TdClassName
{
border-color: #482010;
}
.TagClassName
{
border-color: #482010;
}
</style>