Shades of Brown Pod #48160D
Tints of Brown Pod #48160D
RGB
CMYK
RGB Variations
Color information
#48160D (or 0x48160D) is known color: Brown Pod. HEX triplet: 48, 16 and 0D. RGB value is (72,22,13). Sum of RGB (Red+Green+Blue) = 72+22+13=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48160D is #B7E9F2. Grayscale: #242424. Windows color (decimal): -12052979 or 857672. OLE color: 857672.
HSL color Cylindrical-coordinate representation of color #48160D: hue angle of 9.15º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48160D is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 13 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.72 |
| HSL | 9.15º | 0.69% | 0.17% | - |
| HSV(B) | 9.15º | 0.82% | 0.28% | - |
| XYZ | 3.03 | 1.98 | 0.6 | - |
| YUV | 35.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 13 | 0 | 0.69 | 0.82 | 0.72 | 9.15 | 0.69 | 0.17 |
| Hex | 48 | 16 | D | 0 | 45 | 52 | 48 | 9 | 45 | 11 |
| Octal | 110 | 26 | 15 | 0 | 105 | 122 | 110 | 11 | 105 | 21 |
| Binary | 1001000 | 10110 | 1101 | 0 | 1000101 | 1010010 | 1001000 | 1001 | 1000101 | 10001 |
Color Harmonies of #48160D
Complementary color
Monochromatic Colors of #48160D
Black with #48160D
Text Example
Text Example
White with #48160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48160D; }
p { color: rgb(72,22,13); }
H1.HeaderClassName
{
color: #48160D;
}
.AnyTagClassName
{
color: #48160D;
}
</style>
background-color css
<style>
a { background-color: #48160D; }
a { background-color: rgb(72,22,13); }
div.DivClassName
{
background-color: #48160D;
}
.BgClassName
{
background-color: #48160D;
}
</style>
border-color css
<style>
span { border-color: #48160D; }
span { border-color: rgb(72,22,13); }
td.TdClassName
{
border-color: #48160D;
}
.TagClassName
{
border-color: #48160D;
}
</style>