Shades of Brown Pod #48221C
Tints of Brown Pod #48221C
RGB
CMYK
RGB Variations
Color information
#48221C (or 0x48221C) is known color: Brown Pod. HEX triplet: 48, 22 and 1C. RGB value is (72,34,28). Sum of RGB (Red+Green+Blue) = 72+34+28=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48221C is #B7DDE3. Grayscale: #2C2C2C. Windows color (decimal): -12049892 or 1843784. OLE color: 1843784.
HSL color Cylindrical-coordinate representation of color #48221C: hue angle of 8.18º 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 #48221C is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 28 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.72 |
| HSL | 8.18º | 0.44% | 0.2% | - |
| HSV(B) | 8.18º | 0.61% | 0.28% | - |
| XYZ | 3.45 | 2.61 | 1.42 | - |
| YUV | 44.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 28 | 0 | 0.53 | 0.61 | 0.72 | 8.18 | 0.44 | 0.2 |
| Hex | 48 | 22 | 1C | 0 | 35 | 3D | 48 | 8 | 2C | 14 |
| Octal | 110 | 42 | 34 | 0 | 65 | 75 | 110 | 10 | 54 | 24 |
| Binary | 1001000 | 100010 | 11100 | 0 | 110101 | 111101 | 1001000 | 1000 | 101100 | 10100 |
Color Harmonies of #48221C
Complementary color
Monochromatic Colors of #48221C
Black with #48221C
Text Example
Text Example
White with #48221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48221C; }
p { color: rgb(72,34,28); }
H1.HeaderClassName
{
color: #48221C;
}
.AnyTagClassName
{
color: #48221C;
}
</style>
background-color css
<style>
a { background-color: #48221C; }
a { background-color: rgb(72,34,28); }
div.DivClassName
{
background-color: #48221C;
}
.BgClassName
{
background-color: #48221C;
}
</style>
border-color css
<style>
span { border-color: #48221C; }
span { border-color: rgb(72,34,28); }
td.TdClassName
{
border-color: #48221C;
}
.TagClassName
{
border-color: #48221C;
}
</style>