Shades of Brown Pod #48240F
Tints of Brown Pod #48240F
RGB
CMYK
RGB Variations
Color information
#48240F (or 0x48240F) is known color: Brown Pod. HEX triplet: 48, 24 and 0F. RGB value is (72,36,15). Sum of RGB (Red+Green+Blue) = 72+36+15=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48240F is #B7DBF0. Grayscale: #2C2C2C. Windows color (decimal): -12049393 or 992328. OLE color: 992328.
HSL color Cylindrical-coordinate representation of color #48240F: hue angle of 22.11º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48240F is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 15 | - |
| CMYK | 0 | 0.5 | 0.79 | 0.72 |
| HSL | 22.11º | 0.66% | 0.17% | - |
| HSV(B) | 22.11º | 0.79% | 0.28% | - |
| XYZ | 3.39 | 2.67 | 0.79 | - |
| YUV | 44.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 15 | 0 | 0.5 | 0.79 | 0.72 | 22.11 | 0.66 | 0.17 |
| Hex | 48 | 24 | F | 0 | 32 | 4F | 48 | 16 | 42 | 11 |
| Octal | 110 | 44 | 17 | 0 | 62 | 117 | 110 | 26 | 102 | 21 |
| Binary | 1001000 | 100100 | 1111 | 0 | 110010 | 1001111 | 1001000 | 10110 | 1000010 | 10001 |
Color Harmonies of #48240F
Complementary color
Monochromatic Colors of #48240F
Black with #48240F
Text Example
Text Example
White with #48240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48240F; }
p { color: rgb(72,36,15); }
H1.HeaderClassName
{
color: #48240F;
}
.AnyTagClassName
{
color: #48240F;
}
</style>
background-color css
<style>
a { background-color: #48240F; }
a { background-color: rgb(72,36,15); }
div.DivClassName
{
background-color: #48240F;
}
.BgClassName
{
background-color: #48240F;
}
</style>
border-color css
<style>
span { border-color: #48240F; }
span { border-color: rgb(72,36,15); }
td.TdClassName
{
border-color: #48240F;
}
.TagClassName
{
border-color: #48240F;
}
</style>