Shades of Brown Pod #48220E
Tints of Brown Pod #48220E
RGB
CMYK
RGB Variations
Color information
#48220E (or 0x48220E) is known color: Brown Pod. HEX triplet: 48, 22 and 0E. RGB value is (72,34,14). Sum of RGB (Red+Green+Blue) = 72+34+14=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48220E is #B7DDF1. Grayscale: #2B2B2B. Windows color (decimal): -12049906 or 926280. OLE color: 926280.
HSL color Cylindrical-coordinate representation of color #48220E: hue angle of 20.69º 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 #48220E is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 14 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.72 |
| HSL | 20.69º | 0.67% | 0.17% | - |
| HSV(B) | 20.69º | 0.81% | 0.28% | - |
| XYZ | 3.32 | 2.55 | 0.73 | - |
| YUV | 43.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 14 | 0 | 0.53 | 0.81 | 0.72 | 20.69 | 0.67 | 0.17 |
| Hex | 48 | 22 | E | 0 | 35 | 51 | 48 | 15 | 43 | 11 |
| Octal | 110 | 42 | 16 | 0 | 65 | 121 | 110 | 25 | 103 | 21 |
| Binary | 1001000 | 100010 | 1110 | 0 | 110101 | 1010001 | 1001000 | 10101 | 1000011 | 10001 |
Color Harmonies of #48220E
Complementary color
Monochromatic Colors of #48220E
Black with #48220E
Text Example
Text Example
White with #48220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48220E; }
p { color: rgb(72,34,14); }
H1.HeaderClassName
{
color: #48220E;
}
.AnyTagClassName
{
color: #48220E;
}
</style>
background-color css
<style>
a { background-color: #48220E; }
a { background-color: rgb(72,34,14); }
div.DivClassName
{
background-color: #48220E;
}
.BgClassName
{
background-color: #48220E;
}
</style>
border-color css
<style>
span { border-color: #48220E; }
span { border-color: rgb(72,34,14); }
td.TdClassName
{
border-color: #48220E;
}
.TagClassName
{
border-color: #48220E;
}
</style>