Shades of Brown Pod #48190C
Tints of Brown Pod #48190C
RGB
CMYK
RGB Variations
Color information
#48190C (or 0x48190C) is known color: Brown Pod. HEX triplet: 48, 19 and 0C. RGB value is (72,25,12). Sum of RGB (Red+Green+Blue) = 72+25+12=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #48190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48190C is #B7E6F3. Grayscale: #252525. Windows color (decimal): -12052212 or 792904. OLE color: 792904.
HSL color Cylindrical-coordinate representation of color #48190C: hue angle of 13º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48190C is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 12 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.72 |
| HSL | 13º | 0.71% | 0.16% | - |
| HSV(B) | 13º | 0.83% | 0.28% | - |
| XYZ | 3.09 | 2.1 | 0.59 | - |
| YUV | 37.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 12 | 0 | 0.65 | 0.83 | 0.72 | 13 | 0.71 | 0.16 |
| Hex | 48 | 19 | C | 0 | 41 | 53 | 48 | D | 47 | 10 |
| Octal | 110 | 31 | 14 | 0 | 101 | 123 | 110 | 15 | 107 | 20 |
| Binary | 1001000 | 11001 | 1100 | 0 | 1000001 | 1010011 | 1001000 | 1101 | 1000111 | 10000 |
Color Harmonies of #48190C
Complementary color
Monochromatic Colors of #48190C
Black with #48190C
Text Example
Text Example
White with #48190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48190C; }
p { color: rgb(72,25,12); }
H1.HeaderClassName
{
color: #48190C;
}
.AnyTagClassName
{
color: #48190C;
}
</style>
background-color css
<style>
a { background-color: #48190C; }
a { background-color: rgb(72,25,12); }
div.DivClassName
{
background-color: #48190C;
}
.BgClassName
{
background-color: #48190C;
}
</style>
border-color css
<style>
span { border-color: #48190C; }
span { border-color: rgb(72,25,12); }
td.TdClassName
{
border-color: #48190C;
}
.TagClassName
{
border-color: #48190C;
}
</style>