Shades of Brown Pod #482310
Tints of Brown Pod #482310
RGB
CMYK
RGB Variations
Color information
#482310 (or 0x482310) is known color: Brown Pod. HEX triplet: 48, 23 and 10. RGB value is (72,35,16). Sum of RGB (Red+Green+Blue) = 72+35+16=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #482310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482310 is #B7DCEF. Grayscale: #2C2C2C. Windows color (decimal): -12049648 or 1057608. OLE color: 1057608.
HSL color Cylindrical-coordinate representation of color #482310: hue angle of 20.36º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482310 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 35 | 16 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.72 |
| HSL | 20.36º | 0.64% | 0.17% | - |
| HSV(B) | 20.36º | 0.78% | 0.28% | - |
| XYZ | 3.37 | 2.62 | 0.82 | - |
| YUV | 43.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 16 | 0 | 0.51 | 0.78 | 0.72 | 20.36 | 0.64 | 0.17 |
| Hex | 48 | 23 | 10 | 0 | 33 | 4E | 48 | 14 | 40 | 11 |
| Octal | 110 | 43 | 20 | 0 | 63 | 116 | 110 | 24 | 100 | 21 |
| Binary | 1001000 | 100011 | 10000 | 0 | 110011 | 1001110 | 1001000 | 10100 | 1000000 | 10001 |
Color Harmonies of #482310
Complementary color
Monochromatic Colors of #482310
Black with #482310
Text Example
Text Example
White with #482310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482310; }
p { color: rgb(72,35,16); }
H1.HeaderClassName
{
color: #482310;
}
.AnyTagClassName
{
color: #482310;
}
</style>
background-color css
<style>
a { background-color: #482310; }
a { background-color: rgb(72,35,16); }
div.DivClassName
{
background-color: #482310;
}
.BgClassName
{
background-color: #482310;
}
</style>
border-color css
<style>
span { border-color: #482310; }
span { border-color: rgb(72,35,16); }
td.TdClassName
{
border-color: #482310;
}
.TagClassName
{
border-color: #482310;
}
</style>