Shades of Brown Pod #48221B
Tints of Brown Pod #48221B
RGB
CMYK
RGB Variations
Color information
#48221B (or 0x48221B) is known color: Brown Pod. HEX triplet: 48, 22 and 1B. RGB value is (72,34,27). Sum of RGB (Red+Green+Blue) = 72+34+27=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48221B is #B7DDE4. Grayscale: #2C2C2C. Windows color (decimal): -12049893 or 1778248. OLE color: 1778248.
HSL color Cylindrical-coordinate representation of color #48221B: hue angle of 9.33º 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 #48221B is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 27 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.72 |
| HSL | 9.33º | 0.45% | 0.19% | - |
| HSV(B) | 9.33º | 0.63% | 0.28% | - |
| XYZ | 3.44 | 2.6 | 1.36 | - |
| YUV | 44.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 27 | 0 | 0.53 | 0.62 | 0.72 | 9.33 | 0.45 | 0.19 |
| Hex | 48 | 22 | 1B | 0 | 35 | 3E | 48 | 9 | 2D | 13 |
| Octal | 110 | 42 | 33 | 0 | 65 | 76 | 110 | 11 | 55 | 23 |
| Binary | 1001000 | 100010 | 11011 | 0 | 110101 | 111110 | 1001000 | 1001 | 101101 | 10011 |
Color Harmonies of #48221B
Complementary color
Monochromatic Colors of #48221B
Black with #48221B
Text Example
Text Example
White with #48221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48221B; }
p { color: rgb(72,34,27); }
H1.HeaderClassName
{
color: #48221B;
}
.AnyTagClassName
{
color: #48221B;
}
</style>
background-color css
<style>
a { background-color: #48221B; }
a { background-color: rgb(72,34,27); }
div.DivClassName
{
background-color: #48221B;
}
.BgClassName
{
background-color: #48221B;
}
</style>
border-color css
<style>
span { border-color: #48221B; }
span { border-color: rgb(72,34,27); }
td.TdClassName
{
border-color: #48221B;
}
.TagClassName
{
border-color: #48221B;
}
</style>