Shades of Brown Pod #48190A
Tints of Brown Pod #48190A
RGB
CMYK
RGB Variations
Color information
#48190A (or 0x48190A) is known color: Brown Pod. HEX triplet: 48, 19 and 0A. RGB value is (72,25,10). Sum of RGB (Red+Green+Blue) = 72+25+10=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48190A is #B7E6F5. Grayscale: #252525. Windows color (decimal): -12052214 or 661832. OLE color: 661832.
HSL color Cylindrical-coordinate representation of color #48190A: hue angle of 14.52º 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 #48190A is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 10 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.72 |
| HSL | 14.52º | 0.76% | 0.16% | - |
| HSV(B) | 14.52º | 0.86% | 0.28% | - |
| XYZ | 3.07 | 2.09 | 0.53 | - |
| YUV | 37.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 10 | 0 | 0.65 | 0.86 | 0.72 | 14.52 | 0.76 | 0.16 |
| Hex | 48 | 19 | A | 0 | 41 | 56 | 48 | F | 4C | 10 |
| Octal | 110 | 31 | 12 | 0 | 101 | 126 | 110 | 17 | 114 | 20 |
| Binary | 1001000 | 11001 | 1010 | 0 | 1000001 | 1010110 | 1001000 | 1111 | 1001100 | 10000 |
Color Harmonies of #48190A
Complementary color
Monochromatic Colors of #48190A
Black with #48190A
Text Example
Text Example
White with #48190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48190A; }
p { color: rgb(72,25,10); }
H1.HeaderClassName
{
color: #48190A;
}
.AnyTagClassName
{
color: #48190A;
}
</style>
background-color css
<style>
a { background-color: #48190A; }
a { background-color: rgb(72,25,10); }
div.DivClassName
{
background-color: #48190A;
}
.BgClassName
{
background-color: #48190A;
}
</style>
border-color css
<style>
span { border-color: #48190A; }
span { border-color: rgb(72,25,10); }
td.TdClassName
{
border-color: #48190A;
}
.TagClassName
{
border-color: #48190A;
}
</style>