Shades of Brown Pod #482307
Tints of Brown Pod #482307
RGB
CMYK
RGB Variations
Color information
#482307 (or 0x482307) is known color: Brown Pod. HEX triplet: 48, 23 and 07. RGB value is (72,35,7). Sum of RGB (Red+Green+Blue) = 72+35+7=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #482307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482307 is #B7DCF8. Grayscale: #2B2B2B. Windows color (decimal): -12049657 or 467784. OLE color: 467784.
HSL color Cylindrical-coordinate representation of color #482307: hue angle of 25.85º 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 #482307 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 35 | 7 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.72 |
| HSL | 25.85º | 0.82% | 0.15% | - |
| HSV(B) | 25.85º | 0.9% | 0.28% | - |
| XYZ | 3.31 | 2.6 | 0.53 | - |
| YUV | 42.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 7 | 0 | 0.51 | 0.90 | 0.72 | 25.85 | 0.82 | 0.15 |
| Hex | 48 | 23 | 7 | 0 | 33 | 5A | 48 | 1A | 52 | F |
| Octal | 110 | 43 | 7 | 0 | 63 | 132 | 110 | 32 | 122 | 17 |
| Binary | 1001000 | 100011 | 111 | 0 | 110011 | 1011010 | 1001000 | 11010 | 1010010 | 1111 |
Color Harmonies of #482307
Complementary color
Monochromatic Colors of #482307
Black with #482307
Text Example
Text Example
White with #482307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482307; }
p { color: rgb(72,35,7); }
H1.HeaderClassName
{
color: #482307;
}
.AnyTagClassName
{
color: #482307;
}
</style>
background-color css
<style>
a { background-color: #482307; }
a { background-color: rgb(72,35,7); }
div.DivClassName
{
background-color: #482307;
}
.BgClassName
{
background-color: #482307;
}
</style>
border-color css
<style>
span { border-color: #482307; }
span { border-color: rgb(72,35,7); }
td.TdClassName
{
border-color: #482307;
}
.TagClassName
{
border-color: #482307;
}
</style>