Shades of Brown Pod #48210B
Tints of Brown Pod #48210B
RGB
CMYK
RGB Variations
Color information
#48210B (or 0x48210B) is known color: Brown Pod. HEX triplet: 48, 21 and 0B. RGB value is (72,33,11). Sum of RGB (Red+Green+Blue) = 72+33+11=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #48210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48210B is #B7DEF4. Grayscale: #2A2A2A. Windows color (decimal): -12050165 or 729416. OLE color: 729416.
HSL color Cylindrical-coordinate representation of color #48210B: hue angle of 21.64º 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 #48210B is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 11 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.72 |
| HSL | 21.64º | 0.73% | 0.16% | - |
| HSV(B) | 21.64º | 0.85% | 0.28% | - |
| XYZ | 3.28 | 2.49 | 0.62 | - |
| YUV | 42.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 11 | 0 | 0.54 | 0.85 | 0.72 | 21.64 | 0.73 | 0.16 |
| Hex | 48 | 21 | B | 0 | 36 | 55 | 48 | 16 | 49 | 10 |
| Octal | 110 | 41 | 13 | 0 | 66 | 125 | 110 | 26 | 111 | 20 |
| Binary | 1001000 | 100001 | 1011 | 0 | 110110 | 1010101 | 1001000 | 10110 | 1001001 | 10000 |
Color Harmonies of #48210B
Complementary color
Monochromatic Colors of #48210B
Black with #48210B
Text Example
Text Example
White with #48210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48210B; }
p { color: rgb(72,33,11); }
H1.HeaderClassName
{
color: #48210B;
}
.AnyTagClassName
{
color: #48210B;
}
</style>
background-color css
<style>
a { background-color: #48210B; }
a { background-color: rgb(72,33,11); }
div.DivClassName
{
background-color: #48210B;
}
.BgClassName
{
background-color: #48210B;
}
</style>
border-color css
<style>
span { border-color: #48210B; }
span { border-color: rgb(72,33,11); }
td.TdClassName
{
border-color: #48210B;
}
.TagClassName
{
border-color: #48210B;
}
</style>