Shades of Brown Pod #482107
Tints of Brown Pod #482107
RGB
CMYK
RGB Variations
Color information
#482107 (or 0x482107) is known color: Brown Pod. HEX triplet: 48, 21 and 07. RGB value is (72,33,7). Sum of RGB (Red+Green+Blue) = 72+33+7=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #482107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482107 is #B7DEF8. Grayscale: #292929. Windows color (decimal): -12050169 or 467272. OLE color: 467272.
HSL color Cylindrical-coordinate representation of color #482107: hue angle of 24º 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 #482107 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 7 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.72 |
| HSL | 24º | 0.82% | 0.15% | - |
| HSV(B) | 24º | 0.9% | 0.28% | - |
| XYZ | 3.25 | 2.48 | 0.51 | - |
| YUV | 41.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 7 | 0 | 0.54 | 0.90 | 0.72 | 24 | 0.82 | 0.15 |
| Hex | 48 | 21 | 7 | 0 | 36 | 5A | 48 | 18 | 52 | F |
| Octal | 110 | 41 | 7 | 0 | 66 | 132 | 110 | 30 | 122 | 17 |
| Binary | 1001000 | 100001 | 111 | 0 | 110110 | 1011010 | 1001000 | 11000 | 1010010 | 1111 |
Color Harmonies of #482107
Complementary color
Monochromatic Colors of #482107
Black with #482107
Text Example
Text Example
White with #482107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482107; }
p { color: rgb(72,33,7); }
H1.HeaderClassName
{
color: #482107;
}
.AnyTagClassName
{
color: #482107;
}
</style>
background-color css
<style>
a { background-color: #482107; }
a { background-color: rgb(72,33,7); }
div.DivClassName
{
background-color: #482107;
}
.BgClassName
{
background-color: #482107;
}
</style>
border-color css
<style>
span { border-color: #482107; }
span { border-color: rgb(72,33,7); }
td.TdClassName
{
border-color: #482107;
}
.TagClassName
{
border-color: #482107;
}
</style>