Shades of Brown Pod #48271F
Tints of Brown Pod #48271F
RGB
CMYK
RGB Variations
Color information
#48271F (or 0x48271F) is known color: Brown Pod. HEX triplet: 48, 27 and 1F. RGB value is (72,39,31). Sum of RGB (Red+Green+Blue) = 72+39+31=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48271F is #B7D8E0. Grayscale: #303030. Windows color (decimal): -12048609 or 2041672. OLE color: 2041672.
HSL color Cylindrical-coordinate representation of color #48271F: hue angle of 11.71º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48271F is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 39 | 31 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.72 |
| HSL | 11.71º | 0.4% | 0.2% | - |
| HSV(B) | 11.71º | 0.57% | 0.28% | - |
| XYZ | 3.65 | 2.93 | 1.67 | - |
| YUV | 47.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 31 | 0 | 0.46 | 0.57 | 0.72 | 11.71 | 0.4 | 0.2 |
| Hex | 48 | 27 | 1F | 0 | 2E | 39 | 48 | C | 28 | 14 |
| Octal | 110 | 47 | 37 | 0 | 56 | 71 | 110 | 14 | 50 | 24 |
| Binary | 1001000 | 100111 | 11111 | 0 | 101110 | 111001 | 1001000 | 1100 | 101000 | 10100 |
Color Harmonies of #48271F
Complementary color
Monochromatic Colors of #48271F
Black with #48271F
Text Example
Text Example
White with #48271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48271F; }
p { color: rgb(72,39,31); }
H1.HeaderClassName
{
color: #48271F;
}
.AnyTagClassName
{
color: #48271F;
}
</style>
background-color css
<style>
a { background-color: #48271F; }
a { background-color: rgb(72,39,31); }
div.DivClassName
{
background-color: #48271F;
}
.BgClassName
{
background-color: #48271F;
}
</style>
border-color css
<style>
span { border-color: #48271F; }
span { border-color: rgb(72,39,31); }
td.TdClassName
{
border-color: #48271F;
}
.TagClassName
{
border-color: #48271F;
}
</style>