Shades of Brown Pod #48241B
Tints of Brown Pod #48241B
RGB
CMYK
RGB Variations
Color information
#48241B (or 0x48241B) is known color: Brown Pod. HEX triplet: 48, 24 and 1B. RGB value is (72,36,27). Sum of RGB (Red+Green+Blue) = 72+36+27=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48241B is #B7DBE4. Grayscale: #2D2D2D. Windows color (decimal): -12049381 or 1778760. OLE color: 1778760.
HSL color Cylindrical-coordinate representation of color #48241B: hue angle of 12º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48241B is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 27 | - |
| CMYK | 0 | 0.5 | 0.62 | 0.72 |
| HSL | 12º | 0.45% | 0.19% | - |
| HSV(B) | 12º | 0.63% | 0.28% | - |
| XYZ | 3.5 | 2.72 | 1.38 | - |
| YUV | 45.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 27 | 0 | 0.5 | 0.62 | 0.72 | 12 | 0.45 | 0.19 |
| Hex | 48 | 24 | 1B | 0 | 32 | 3E | 48 | C | 2D | 13 |
| Octal | 110 | 44 | 33 | 0 | 62 | 76 | 110 | 14 | 55 | 23 |
| Binary | 1001000 | 100100 | 11011 | 0 | 110010 | 111110 | 1001000 | 1100 | 101101 | 10011 |
Color Harmonies of #48241B
Complementary color
Monochromatic Colors of #48241B
Black with #48241B
Text Example
Text Example
White with #48241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48241B; }
p { color: rgb(72,36,27); }
H1.HeaderClassName
{
color: #48241B;
}
.AnyTagClassName
{
color: #48241B;
}
</style>
background-color css
<style>
a { background-color: #48241B; }
a { background-color: rgb(72,36,27); }
div.DivClassName
{
background-color: #48241B;
}
.BgClassName
{
background-color: #48241B;
}
</style>
border-color css
<style>
span { border-color: #48241B; }
span { border-color: rgb(72,36,27); }
td.TdClassName
{
border-color: #48241B;
}
.TagClassName
{
border-color: #48241B;
}
</style>