Shades of Brown Pod #48220B
Tints of Brown Pod #48220B
RGB
CMYK
RGB Variations
Color information
#48220B (or 0x48220B) is known color: Brown Pod. HEX triplet: 48, 22 and 0B. RGB value is (72,34,11). Sum of RGB (Red+Green+Blue) = 72+34+11=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #48220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48220B is #B7DDF4. Grayscale: #2A2A2A. Windows color (decimal): -12049909 or 729672. OLE color: 729672.
HSL color Cylindrical-coordinate representation of color #48220B: hue angle of 22.62º 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 #48220B is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 11 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.72 |
| HSL | 22.62º | 0.73% | 0.16% | - |
| HSV(B) | 22.62º | 0.85% | 0.28% | - |
| XYZ | 3.3 | 2.55 | 0.63 | - |
| YUV | 42.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 11 | 0 | 0.53 | 0.85 | 0.72 | 22.62 | 0.73 | 0.16 |
| Hex | 48 | 22 | B | 0 | 35 | 55 | 48 | 17 | 49 | 10 |
| Octal | 110 | 42 | 13 | 0 | 65 | 125 | 110 | 27 | 111 | 20 |
| Binary | 1001000 | 100010 | 1011 | 0 | 110101 | 1010101 | 1001000 | 10111 | 1001001 | 10000 |
Color Harmonies of #48220B
Complementary color
Monochromatic Colors of #48220B
Black with #48220B
Text Example
Text Example
White with #48220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48220B; }
p { color: rgb(72,34,11); }
H1.HeaderClassName
{
color: #48220B;
}
.AnyTagClassName
{
color: #48220B;
}
</style>
background-color css
<style>
a { background-color: #48220B; }
a { background-color: rgb(72,34,11); }
div.DivClassName
{
background-color: #48220B;
}
.BgClassName
{
background-color: #48220B;
}
</style>
border-color css
<style>
span { border-color: #48220B; }
span { border-color: rgb(72,34,11); }
td.TdClassName
{
border-color: #48220B;
}
.TagClassName
{
border-color: #48220B;
}
</style>