Shades of Brown Pod #48211A
Tints of Brown Pod #48211A
RGB
CMYK
RGB Variations
Color information
#48211A (or 0x48211A) is known color: Brown Pod. HEX triplet: 48, 21 and 1A. RGB value is (72,33,26). Sum of RGB (Red+Green+Blue) = 72+33+26=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #48211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48211A is #B7DEE5. Grayscale: #2B2B2B. Windows color (decimal): -12050150 or 1712456. OLE color: 1712456.
HSL color Cylindrical-coordinate representation of color #48211A: hue angle of 9.13º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48211A is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 26 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.72 |
| HSL | 9.13º | 0.47% | 0.19% | - |
| HSV(B) | 9.13º | 0.64% | 0.28% | - |
| XYZ | 3.4 | 2.54 | 1.29 | - |
| YUV | 43.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 26 | 0 | 0.54 | 0.64 | 0.72 | 9.13 | 0.47 | 0.19 |
| Hex | 48 | 21 | 1A | 0 | 36 | 40 | 48 | 9 | 2F | 13 |
| Octal | 110 | 41 | 32 | 0 | 66 | 100 | 110 | 11 | 57 | 23 |
| Binary | 1001000 | 100001 | 11010 | 0 | 110110 | 1000000 | 1001000 | 1001 | 101111 | 10011 |
Color Harmonies of #48211A
Complementary color
Monochromatic Colors of #48211A
Black with #48211A
Text Example
Text Example
White with #48211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48211A; }
p { color: rgb(72,33,26); }
H1.HeaderClassName
{
color: #48211A;
}
.AnyTagClassName
{
color: #48211A;
}
</style>
background-color css
<style>
a { background-color: #48211A; }
a { background-color: rgb(72,33,26); }
div.DivClassName
{
background-color: #48211A;
}
.BgClassName
{
background-color: #48211A;
}
</style>
border-color css
<style>
span { border-color: #48211A; }
span { border-color: rgb(72,33,26); }
td.TdClassName
{
border-color: #48211A;
}
.TagClassName
{
border-color: #48211A;
}
</style>