Shades of Brown Pod #48160A
Tints of Brown Pod #48160A
RGB
CMYK
RGB Variations
Color information
#48160A (or 0x48160A) is known color: Brown Pod. HEX triplet: 48, 16 and 0A. RGB value is (72,22,10). Sum of RGB (Red+Green+Blue) = 72+22+10=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48160A is #B7E9F5. Grayscale: #232323. Windows color (decimal): -12052982 or 661064. OLE color: 661064.
HSL color Cylindrical-coordinate representation of color #48160A: hue angle of 11.61º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48160A is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 10 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.72 |
| HSL | 11.61º | 0.76% | 0.16% | - |
| HSV(B) | 11.61º | 0.86% | 0.28% | - |
| XYZ | 3.01 | 1.97 | 0.51 | - |
| YUV | 35.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 10 | 0 | 0.69 | 0.86 | 0.72 | 11.61 | 0.76 | 0.16 |
| Hex | 48 | 16 | A | 0 | 45 | 56 | 48 | C | 4C | 10 |
| Octal | 110 | 26 | 12 | 0 | 105 | 126 | 110 | 14 | 114 | 20 |
| Binary | 1001000 | 10110 | 1010 | 0 | 1000101 | 1010110 | 1001000 | 1100 | 1001100 | 10000 |
Color Harmonies of #48160A
Complementary color
Monochromatic Colors of #48160A
Black with #48160A
Text Example
Text Example
White with #48160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48160A; }
p { color: rgb(72,22,10); }
H1.HeaderClassName
{
color: #48160A;
}
.AnyTagClassName
{
color: #48160A;
}
</style>
background-color css
<style>
a { background-color: #48160A; }
a { background-color: rgb(72,22,10); }
div.DivClassName
{
background-color: #48160A;
}
.BgClassName
{
background-color: #48160A;
}
</style>
border-color css
<style>
span { border-color: #48160A; }
span { border-color: rgb(72,22,10); }
td.TdClassName
{
border-color: #48160A;
}
.TagClassName
{
border-color: #48160A;
}
</style>