Shades of Brown Pod #482207
Tints of Brown Pod #482207
RGB
CMYK
RGB Variations
Color information
#482207 (or 0x482207) is known color: Brown Pod. HEX triplet: 48, 22 and 07. RGB value is (72,34,7). Sum of RGB (Red+Green+Blue) = 72+34+7=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #482207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482207 is #B7DDF8. Grayscale: #2A2A2A. Windows color (decimal): -12049913 or 467528. OLE color: 467528.
HSL color Cylindrical-coordinate representation of color #482207: hue angle of 24.92º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #482207 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 7 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.72 |
| HSL | 24.92º | 0.82% | 0.15% | - |
| HSV(B) | 24.92º | 0.9% | 0.28% | - |
| XYZ | 3.28 | 2.54 | 0.52 | - |
| YUV | 42.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 7 | 0 | 0.53 | 0.90 | 0.72 | 24.92 | 0.82 | 0.15 |
| Hex | 48 | 22 | 7 | 0 | 35 | 5A | 48 | 19 | 52 | F |
| Octal | 110 | 42 | 7 | 0 | 65 | 132 | 110 | 31 | 122 | 17 |
| Binary | 1001000 | 100010 | 111 | 0 | 110101 | 1011010 | 1001000 | 11001 | 1010010 | 1111 |
Color Harmonies of #482207
Complementary color
Monochromatic Colors of #482207
Black with #482207
Text Example
Text Example
White with #482207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482207; }
p { color: rgb(72,34,7); }
H1.HeaderClassName
{
color: #482207;
}
.AnyTagClassName
{
color: #482207;
}
</style>
background-color css
<style>
a { background-color: #482207; }
a { background-color: rgb(72,34,7); }
div.DivClassName
{
background-color: #482207;
}
.BgClassName
{
background-color: #482207;
}
</style>
border-color css
<style>
span { border-color: #482207; }
span { border-color: rgb(72,34,7); }
td.TdClassName
{
border-color: #482207;
}
.TagClassName
{
border-color: #482207;
}
</style>