Shades of Brown Pod #48210A
Tints of Brown Pod #48210A
RGB
CMYK
RGB Variations
Color information
#48210A (or 0x48210A) is known color: Brown Pod. HEX triplet: 48, 21 and 0A. RGB value is (72,33,10). Sum of RGB (Red+Green+Blue) = 72+33+10=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #48210A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48210A is #B7DEF5. Grayscale: #2A2A2A. Windows color (decimal): -12050166 or 663880. OLE color: 663880.
HSL color Cylindrical-coordinate representation of color #48210A: hue angle of 22.26º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48210A is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 10 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.72 |
| HSL | 22.26º | 0.76% | 0.16% | - |
| HSV(B) | 22.26º | 0.86% | 0.28% | - |
| XYZ | 3.27 | 2.49 | 0.59 | - |
| YUV | 42.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 10 | 0 | 0.54 | 0.86 | 0.72 | 22.26 | 0.76 | 0.16 |
| Hex | 48 | 21 | A | 0 | 36 | 56 | 48 | 16 | 4C | 10 |
| Octal | 110 | 41 | 12 | 0 | 66 | 126 | 110 | 26 | 114 | 20 |
| Binary | 1001000 | 100001 | 1010 | 0 | 110110 | 1010110 | 1001000 | 10110 | 1001100 | 10000 |
Color Harmonies of #48210A
Complementary color
Monochromatic Colors of #48210A
Black with #48210A
Text Example
Text Example
White with #48210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48210A; }
p { color: rgb(72,33,10); }
H1.HeaderClassName
{
color: #48210A;
}
.AnyTagClassName
{
color: #48210A;
}
</style>
background-color css
<style>
a { background-color: #48210A; }
a { background-color: rgb(72,33,10); }
div.DivClassName
{
background-color: #48210A;
}
.BgClassName
{
background-color: #48210A;
}
</style>
border-color css
<style>
span { border-color: #48210A; }
span { border-color: rgb(72,33,10); }
td.TdClassName
{
border-color: #48210A;
}
.TagClassName
{
border-color: #48210A;
}
</style>