Shades of Brown Pod #48190B
Tints of Brown Pod #48190B
RGB
CMYK
RGB Variations
Color information
#48190B (or 0x48190B) is known color: Brown Pod. HEX triplet: 48, 19 and 0B. RGB value is (72,25,11). Sum of RGB (Red+Green+Blue) = 72+25+11=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #48190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48190B is #B7E6F4. Grayscale: #252525. Windows color (decimal): -12052213 or 727368. OLE color: 727368.
HSL color Cylindrical-coordinate representation of color #48190B: hue angle of 13.77º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48190B is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 11 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.72 |
| HSL | 13.77º | 0.73% | 0.16% | - |
| HSV(B) | 13.77º | 0.85% | 0.28% | - |
| XYZ | 3.08 | 2.1 | 0.56 | - |
| YUV | 37.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 11 | 0 | 0.65 | 0.85 | 0.72 | 13.77 | 0.73 | 0.16 |
| Hex | 48 | 19 | B | 0 | 41 | 55 | 48 | E | 49 | 10 |
| Octal | 110 | 31 | 13 | 0 | 101 | 125 | 110 | 16 | 111 | 20 |
| Binary | 1001000 | 11001 | 1011 | 0 | 1000001 | 1010101 | 1001000 | 1110 | 1001001 | 10000 |
Color Harmonies of #48190B
Complementary color
Monochromatic Colors of #48190B
Black with #48190B
Text Example
Text Example
White with #48190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48190B; }
p { color: rgb(72,25,11); }
H1.HeaderClassName
{
color: #48190B;
}
.AnyTagClassName
{
color: #48190B;
}
</style>
background-color css
<style>
a { background-color: #48190B; }
a { background-color: rgb(72,25,11); }
div.DivClassName
{
background-color: #48190B;
}
.BgClassName
{
background-color: #48190B;
}
</style>
border-color css
<style>
span { border-color: #48190B; }
span { border-color: rgb(72,25,11); }
td.TdClassName
{
border-color: #48190B;
}
.TagClassName
{
border-color: #48190B;
}
</style>