Shades of Brown Pod #48220C
Tints of Brown Pod #48220C
RGB
CMYK
RGB Variations
Color information
#48220C (or 0x48220C) is known color: Brown Pod. HEX triplet: 48, 22 and 0C. RGB value is (72,34,12). Sum of RGB (Red+Green+Blue) = 72+34+12=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48220C is #B7DDF3. Grayscale: #2A2A2A. Windows color (decimal): -12049908 or 795208. OLE color: 795208.
HSL color Cylindrical-coordinate representation of color #48220C: hue angle of 22º 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 #48220C is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 12 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.72 |
| HSL | 22º | 0.71% | 0.16% | - |
| HSV(B) | 22º | 0.83% | 0.28% | - |
| XYZ | 3.31 | 2.55 | 0.67 | - |
| YUV | 42.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 12 | 0 | 0.53 | 0.83 | 0.72 | 22 | 0.71 | 0.16 |
| Hex | 48 | 22 | C | 0 | 35 | 53 | 48 | 16 | 47 | 10 |
| Octal | 110 | 42 | 14 | 0 | 65 | 123 | 110 | 26 | 107 | 20 |
| Binary | 1001000 | 100010 | 1100 | 0 | 110101 | 1010011 | 1001000 | 10110 | 1000111 | 10000 |
Color Harmonies of #48220C
Complementary color
Monochromatic Colors of #48220C
Black with #48220C
Text Example
Text Example
White with #48220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48220C; }
p { color: rgb(72,34,12); }
H1.HeaderClassName
{
color: #48220C;
}
.AnyTagClassName
{
color: #48220C;
}
</style>
background-color css
<style>
a { background-color: #48220C; }
a { background-color: rgb(72,34,12); }
div.DivClassName
{
background-color: #48220C;
}
.BgClassName
{
background-color: #48220C;
}
</style>
border-color css
<style>
span { border-color: #48220C; }
span { border-color: rgb(72,34,12); }
td.TdClassName
{
border-color: #48220C;
}
.TagClassName
{
border-color: #48220C;
}
</style>