Shades of Brown Pod #482407
Tints of Brown Pod #482407
RGB
CMYK
RGB Variations
Color information
#482407 (or 0x482407) is known color: Brown Pod. HEX triplet: 48, 24 and 07. RGB value is (72,36,7). Sum of RGB (Red+Green+Blue) = 72+36+7=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #482407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482407 is #B7DBF8. Grayscale: #2B2B2B. Windows color (decimal): -12049401 or 468040. OLE color: 468040.
HSL color Cylindrical-coordinate representation of color #482407: hue angle of 26.77º 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 #482407 is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 7 | - |
| CMYK | 0 | 0.5 | 0.90 | 0.72 |
| HSL | 26.77º | 0.82% | 0.15% | - |
| HSV(B) | 26.77º | 0.9% | 0.28% | - |
| XYZ | 3.34 | 2.65 | 0.54 | - |
| YUV | 43.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 7 | 0 | 0.5 | 0.90 | 0.72 | 26.77 | 0.82 | 0.15 |
| Hex | 48 | 24 | 7 | 0 | 32 | 5A | 48 | 1B | 52 | F |
| Octal | 110 | 44 | 7 | 0 | 62 | 132 | 110 | 33 | 122 | 17 |
| Binary | 1001000 | 100100 | 111 | 0 | 110010 | 1011010 | 1001000 | 11011 | 1010010 | 1111 |
Color Harmonies of #482407
Complementary color
Monochromatic Colors of #482407
Black with #482407
Text Example
Text Example
White with #482407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482407; }
p { color: rgb(72,36,7); }
H1.HeaderClassName
{
color: #482407;
}
.AnyTagClassName
{
color: #482407;
}
</style>
background-color css
<style>
a { background-color: #482407; }
a { background-color: rgb(72,36,7); }
div.DivClassName
{
background-color: #482407;
}
.BgClassName
{
background-color: #482407;
}
</style>
border-color css
<style>
span { border-color: #482407; }
span { border-color: rgb(72,36,7); }
td.TdClassName
{
border-color: #482407;
}
.TagClassName
{
border-color: #482407;
}
</style>