Shades of Brown Pod #48200E
Tints of Brown Pod #48200E
RGB
CMYK
RGB Variations
Color information
#48200E (or 0x48200E) is known color: Brown Pod. HEX triplet: 48, 20 and 0E. RGB value is (72,32,14). Sum of RGB (Red+Green+Blue) = 72+32+14=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48200E is #B7DFF1. Grayscale: #2A2A2A. Windows color (decimal): -12050418 or 925768. OLE color: 925768.
HSL color Cylindrical-coordinate representation of color #48200E: hue angle of 18.62º 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 #48200E is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 14 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.72 |
| HSL | 18.62º | 0.67% | 0.17% | - |
| HSV(B) | 18.62º | 0.81% | 0.28% | - |
| XYZ | 3.27 | 2.44 | 0.71 | - |
| YUV | 41.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 14 | 0 | 0.56 | 0.81 | 0.72 | 18.62 | 0.67 | 0.17 |
| Hex | 48 | 20 | E | 0 | 38 | 51 | 48 | 13 | 43 | 11 |
| Octal | 110 | 40 | 16 | 0 | 70 | 121 | 110 | 23 | 103 | 21 |
| Binary | 1001000 | 100000 | 1110 | 0 | 111000 | 1010001 | 1001000 | 10011 | 1000011 | 10001 |
Color Harmonies of #48200E
Complementary color
Monochromatic Colors of #48200E
Black with #48200E
Text Example
Text Example
White with #48200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48200E; }
p { color: rgb(72,32,14); }
H1.HeaderClassName
{
color: #48200E;
}
.AnyTagClassName
{
color: #48200E;
}
</style>
background-color css
<style>
a { background-color: #48200E; }
a { background-color: rgb(72,32,14); }
div.DivClassName
{
background-color: #48200E;
}
.BgClassName
{
background-color: #48200E;
}
</style>
border-color css
<style>
span { border-color: #48200E; }
span { border-color: rgb(72,32,14); }
td.TdClassName
{
border-color: #48200E;
}
.TagClassName
{
border-color: #48200E;
}
</style>