Shades of Brown Pod #482720
Tints of Brown Pod #482720
RGB
CMYK
RGB Variations
Color information
#482720 (or 0x482720) is known color: Brown Pod. HEX triplet: 48, 27 and 20. RGB value is (72,39,32). Sum of RGB (Red+Green+Blue) = 72+39+32=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #482720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482720 is #B7D8DF. Grayscale: #303030. Windows color (decimal): -12048608 or 2107208. OLE color: 2107208.
HSL color Cylindrical-coordinate representation of color #482720: hue angle of 10.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482720 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 39 | 32 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.72 |
| HSL | 10.5º | 0.38% | 0.2% | - |
| HSV(B) | 10.5º | 0.56% | 0.28% | - |
| XYZ | 3.66 | 2.93 | 1.74 | - |
| YUV | 48.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 32 | 0 | 0.46 | 0.56 | 0.72 | 10.5 | 0.38 | 0.2 |
| Hex | 48 | 27 | 20 | 0 | 2E | 38 | 48 | A | 26 | 14 |
| Octal | 110 | 47 | 40 | 0 | 56 | 70 | 110 | 12 | 46 | 24 |
| Binary | 1001000 | 100111 | 100000 | 0 | 101110 | 111000 | 1001000 | 1010 | 100110 | 10100 |
Color Harmonies of #482720
Complementary color
Monochromatic Colors of #482720
Black with #482720
Text Example
Text Example
White with #482720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482720; }
p { color: rgb(72,39,32); }
H1.HeaderClassName
{
color: #482720;
}
.AnyTagClassName
{
color: #482720;
}
</style>
background-color css
<style>
a { background-color: #482720; }
a { background-color: rgb(72,39,32); }
div.DivClassName
{
background-color: #482720;
}
.BgClassName
{
background-color: #482720;
}
</style>
border-color css
<style>
span { border-color: #482720; }
span { border-color: rgb(72,39,32); }
td.TdClassName
{
border-color: #482720;
}
.TagClassName
{
border-color: #482720;
}
</style>