Shades of Brown Pod #48210E
Tints of Brown Pod #48210E
RGB
CMYK
RGB Variations
Color information
#48210E (or 0x48210E) is known color: Brown Pod. HEX triplet: 48, 21 and 0E. RGB value is (72,33,14). Sum of RGB (Red+Green+Blue) = 72+33+14=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48210E is #B7DEF1. Grayscale: #2A2A2A. Windows color (decimal): -12050162 or 926024. OLE color: 926024.
HSL color Cylindrical-coordinate representation of color #48210E: hue angle of 19.66º 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 #48210E is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 14 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.72 |
| HSL | 19.66º | 0.67% | 0.17% | - |
| HSV(B) | 19.66º | 0.81% | 0.28% | - |
| XYZ | 3.3 | 2.5 | 0.72 | - |
| YUV | 42.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 14 | 0 | 0.54 | 0.81 | 0.72 | 19.66 | 0.67 | 0.17 |
| Hex | 48 | 21 | E | 0 | 36 | 51 | 48 | 14 | 43 | 11 |
| Octal | 110 | 41 | 16 | 0 | 66 | 121 | 110 | 24 | 103 | 21 |
| Binary | 1001000 | 100001 | 1110 | 0 | 110110 | 1010001 | 1001000 | 10100 | 1000011 | 10001 |
Color Harmonies of #48210E
Complementary color
Monochromatic Colors of #48210E
Black with #48210E
Text Example
Text Example
White with #48210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48210E; }
p { color: rgb(72,33,14); }
H1.HeaderClassName
{
color: #48210E;
}
.AnyTagClassName
{
color: #48210E;
}
</style>
background-color css
<style>
a { background-color: #48210E; }
a { background-color: rgb(72,33,14); }
div.DivClassName
{
background-color: #48210E;
}
.BgClassName
{
background-color: #48210E;
}
</style>
border-color css
<style>
span { border-color: #48210E; }
span { border-color: rgb(72,33,14); }
td.TdClassName
{
border-color: #48210E;
}
.TagClassName
{
border-color: #48210E;
}
</style>