Shades of Brown Pod #48160E
Tints of Brown Pod #48160E
RGB
CMYK
RGB Variations
Color information
#48160E (or 0x48160E) is known color: Brown Pod. HEX triplet: 48, 16 and 0E. RGB value is (72,22,14). Sum of RGB (Red+Green+Blue) = 72+22+14=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #48160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48160E is #B7E9F1. Grayscale: #242424. Windows color (decimal): -12052978 or 923208. OLE color: 923208.
HSL color Cylindrical-coordinate representation of color #48160E: hue angle of 8.28º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48160E is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 14 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.72 |
| HSL | 8.28º | 0.67% | 0.17% | - |
| HSV(B) | 8.28º | 0.81% | 0.28% | - |
| XYZ | 3.04 | 1.98 | 0.64 | - |
| YUV | 36.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 14 | 0 | 0.69 | 0.81 | 0.72 | 8.28 | 0.67 | 0.17 |
| Hex | 48 | 16 | E | 0 | 45 | 51 | 48 | 8 | 43 | 11 |
| Octal | 110 | 26 | 16 | 0 | 105 | 121 | 110 | 10 | 103 | 21 |
| Binary | 1001000 | 10110 | 1110 | 0 | 1000101 | 1010001 | 1001000 | 1000 | 1000011 | 10001 |
Color Harmonies of #48160E
Complementary color
Monochromatic Colors of #48160E
Black with #48160E
Text Example
Text Example
White with #48160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48160E; }
p { color: rgb(72,22,14); }
H1.HeaderClassName
{
color: #48160E;
}
.AnyTagClassName
{
color: #48160E;
}
</style>
background-color css
<style>
a { background-color: #48160E; }
a { background-color: rgb(72,22,14); }
div.DivClassName
{
background-color: #48160E;
}
.BgClassName
{
background-color: #48160E;
}
</style>
border-color css
<style>
span { border-color: #48160E; }
span { border-color: rgb(72,22,14); }
td.TdClassName
{
border-color: #48160E;
}
.TagClassName
{
border-color: #48160E;
}
</style>