Shades of Brown Pod #48200D
Tints of Brown Pod #48200D
RGB
CMYK
RGB Variations
Color information
#48200D (or 0x48200D) is known color: Brown Pod. HEX triplet: 48, 20 and 0D. RGB value is (72,32,13). Sum of RGB (Red+Green+Blue) = 72+32+13=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #48200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48200D is #B7DFF2. Grayscale: #292929. Windows color (decimal): -12050419 or 860232. OLE color: 860232.
HSL color Cylindrical-coordinate representation of color #48200D: hue angle of 19.32º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48200D is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 13 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.72 |
| HSL | 19.32º | 0.69% | 0.17% | - |
| HSV(B) | 19.32º | 0.82% | 0.28% | - |
| XYZ | 3.26 | 2.44 | 0.68 | - |
| YUV | 41.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 13 | 0 | 0.56 | 0.82 | 0.72 | 19.32 | 0.69 | 0.17 |
| Hex | 48 | 20 | D | 0 | 38 | 52 | 48 | 13 | 45 | 11 |
| Octal | 110 | 40 | 15 | 0 | 70 | 122 | 110 | 23 | 105 | 21 |
| Binary | 1001000 | 100000 | 1101 | 0 | 111000 | 1010010 | 1001000 | 10011 | 1000101 | 10001 |
Color Harmonies of #48200D
Complementary color
Monochromatic Colors of #48200D
Black with #48200D
Text Example
Text Example
White with #48200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48200D; }
p { color: rgb(72,32,13); }
H1.HeaderClassName
{
color: #48200D;
}
.AnyTagClassName
{
color: #48200D;
}
</style>
background-color css
<style>
a { background-color: #48200D; }
a { background-color: rgb(72,32,13); }
div.DivClassName
{
background-color: #48200D;
}
.BgClassName
{
background-color: #48200D;
}
</style>
border-color css
<style>
span { border-color: #48200D; }
span { border-color: rgb(72,32,13); }
td.TdClassName
{
border-color: #48200D;
}
.TagClassName
{
border-color: #48200D;
}
</style>