Shades of Brown Pod #48200B
Tints of Brown Pod #48200B
RGB
CMYK
RGB Variations
Color information
#48200B (or 0x48200B) is known color: Brown Pod. HEX triplet: 48, 20 and 0B. RGB value is (72,32,11). Sum of RGB (Red+Green+Blue) = 72+32+11=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #48200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48200B is #B7DFF4. Grayscale: #292929. Windows color (decimal): -12050421 or 729160. OLE color: 729160.
HSL color Cylindrical-coordinate representation of color #48200B: hue angle of 20.66º 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 #48200B is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 11 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.72 |
| HSL | 20.66º | 0.73% | 0.16% | - |
| HSV(B) | 20.66º | 0.85% | 0.28% | - |
| XYZ | 3.25 | 2.43 | 0.62 | - |
| YUV | 41.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 11 | 0 | 0.56 | 0.85 | 0.72 | 20.66 | 0.73 | 0.16 |
| Hex | 48 | 20 | B | 0 | 38 | 55 | 48 | 15 | 49 | 10 |
| Octal | 110 | 40 | 13 | 0 | 70 | 125 | 110 | 25 | 111 | 20 |
| Binary | 1001000 | 100000 | 1011 | 0 | 111000 | 1010101 | 1001000 | 10101 | 1001001 | 10000 |
Color Harmonies of #48200B
Complementary color
Monochromatic Colors of #48200B
Black with #48200B
Text Example
Text Example
White with #48200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48200B; }
p { color: rgb(72,32,11); }
H1.HeaderClassName
{
color: #48200B;
}
.AnyTagClassName
{
color: #48200B;
}
</style>
background-color css
<style>
a { background-color: #48200B; }
a { background-color: rgb(72,32,11); }
div.DivClassName
{
background-color: #48200B;
}
.BgClassName
{
background-color: #48200B;
}
</style>
border-color css
<style>
span { border-color: #48200B; }
span { border-color: rgb(72,32,11); }
td.TdClassName
{
border-color: #48200B;
}
.TagClassName
{
border-color: #48200B;
}
</style>