Shades of Brown Pod #48261C
Tints of Brown Pod #48261C
RGB
CMYK
RGB Variations
Color information
#48261C (or 0x48261C) is known color: Brown Pod. HEX triplet: 48, 26 and 1C. RGB value is (72,38,28). Sum of RGB (Red+Green+Blue) = 72+38+28=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48261C is #B7D9E3. Grayscale: #2F2F2F. Windows color (decimal): -12048868 or 1844808. OLE color: 1844808.
HSL color Cylindrical-coordinate representation of color #48261C: hue angle of 13.64º 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 #48261C is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 38 | 28 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.72 |
| HSL | 13.64º | 0.44% | 0.2% | - |
| HSV(B) | 13.64º | 0.61% | 0.28% | - |
| XYZ | 3.58 | 2.85 | 1.46 | - |
| YUV | 47.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 28 | 0 | 0.47 | 0.61 | 0.72 | 13.64 | 0.44 | 0.2 |
| Hex | 48 | 26 | 1C | 0 | 2F | 3D | 48 | E | 2C | 14 |
| Octal | 110 | 46 | 34 | 0 | 57 | 75 | 110 | 16 | 54 | 24 |
| Binary | 1001000 | 100110 | 11100 | 0 | 101111 | 111101 | 1001000 | 1110 | 101100 | 10100 |
Color Harmonies of #48261C
Complementary color
Monochromatic Colors of #48261C
Black with #48261C
Text Example
Text Example
White with #48261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48261C; }
p { color: rgb(72,38,28); }
H1.HeaderClassName
{
color: #48261C;
}
.AnyTagClassName
{
color: #48261C;
}
</style>
background-color css
<style>
a { background-color: #48261C; }
a { background-color: rgb(72,38,28); }
div.DivClassName
{
background-color: #48261C;
}
.BgClassName
{
background-color: #48261C;
}
</style>
border-color css
<style>
span { border-color: #48261C; }
span { border-color: rgb(72,38,28); }
td.TdClassName
{
border-color: #48261C;
}
.TagClassName
{
border-color: #48261C;
}
</style>