Shades of Brown Pod #48240B
Tints of Brown Pod #48240B
RGB
CMYK
RGB Variations
Color information
#48240B (or 0x48240B) is known color: Brown Pod. HEX triplet: 48, 24 and 0B. RGB value is (72,36,11). Sum of RGB (Red+Green+Blue) = 72+36+11=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48240B is #B7DBF4. Grayscale: #2C2C2C. Windows color (decimal): -12049397 or 730184. OLE color: 730184.
HSL color Cylindrical-coordinate representation of color #48240B: hue angle of 24.59º 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 #48240B is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 11 | - |
| CMYK | 0 | 0.5 | 0.85 | 0.72 |
| HSL | 24.59º | 0.73% | 0.16% | - |
| HSV(B) | 24.59º | 0.85% | 0.28% | - |
| XYZ | 3.36 | 2.66 | 0.65 | - |
| YUV | 43.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 11 | 0 | 0.5 | 0.85 | 0.72 | 24.59 | 0.73 | 0.16 |
| Hex | 48 | 24 | B | 0 | 32 | 55 | 48 | 19 | 49 | 10 |
| Octal | 110 | 44 | 13 | 0 | 62 | 125 | 110 | 31 | 111 | 20 |
| Binary | 1001000 | 100100 | 1011 | 0 | 110010 | 1010101 | 1001000 | 11001 | 1001001 | 10000 |
Color Harmonies of #48240B
Complementary color
Monochromatic Colors of #48240B
Black with #48240B
Text Example
Text Example
White with #48240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48240B; }
p { color: rgb(72,36,11); }
H1.HeaderClassName
{
color: #48240B;
}
.AnyTagClassName
{
color: #48240B;
}
</style>
background-color css
<style>
a { background-color: #48240B; }
a { background-color: rgb(72,36,11); }
div.DivClassName
{
background-color: #48240B;
}
.BgClassName
{
background-color: #48240B;
}
</style>
border-color css
<style>
span { border-color: #48240B; }
span { border-color: rgb(72,36,11); }
td.TdClassName
{
border-color: #48240B;
}
.TagClassName
{
border-color: #48240B;
}
</style>