Shades of Brown Pod #48211C
Tints of Brown Pod #48211C
RGB
CMYK
RGB Variations
Color information
#48211C (or 0x48211C) is known color: Brown Pod. HEX triplet: 48, 21 and 1C. RGB value is (72,33,28). Sum of RGB (Red+Green+Blue) = 72+33+28=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48211C is #B7DEE3. Grayscale: #2C2C2C. Windows color (decimal): -12050148 or 1843528. OLE color: 1843528.
HSL color Cylindrical-coordinate representation of color #48211C: hue angle of 6.82º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48211C is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 28 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.72 |
| HSL | 6.82º | 0.44% | 0.2% | - |
| HSV(B) | 6.82º | 0.61% | 0.28% | - |
| XYZ | 3.43 | 2.55 | 1.41 | - |
| YUV | 44.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 28 | 0 | 0.54 | 0.61 | 0.72 | 6.82 | 0.44 | 0.2 |
| Hex | 48 | 21 | 1C | 0 | 36 | 3D | 48 | 7 | 2C | 14 |
| Octal | 110 | 41 | 34 | 0 | 66 | 75 | 110 | 7 | 54 | 24 |
| Binary | 1001000 | 100001 | 11100 | 0 | 110110 | 111101 | 1001000 | 111 | 101100 | 10100 |
Color Harmonies of #48211C
Complementary color
Monochromatic Colors of #48211C
Black with #48211C
Text Example
Text Example
White with #48211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48211C; }
p { color: rgb(72,33,28); }
H1.HeaderClassName
{
color: #48211C;
}
.AnyTagClassName
{
color: #48211C;
}
</style>
background-color css
<style>
a { background-color: #48211C; }
a { background-color: rgb(72,33,28); }
div.DivClassName
{
background-color: #48211C;
}
.BgClassName
{
background-color: #48211C;
}
</style>
border-color css
<style>
span { border-color: #48211C; }
span { border-color: rgb(72,33,28); }
td.TdClassName
{
border-color: #48211C;
}
.TagClassName
{
border-color: #48211C;
}
</style>