Shades of Brown Pod #481607
Tints of Brown Pod #481607
RGB
CMYK
RGB Variations
Color information
#481607 (or 0x481607) is known color: Brown Pod. HEX triplet: 48, 16 and 07. RGB value is (72,22,7). Sum of RGB (Red+Green+Blue) = 72+22+7=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #481607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481607 is #B7E9F8. Grayscale: #232323. Windows color (decimal): -12052985 or 464456. OLE color: 464456.
HSL color Cylindrical-coordinate representation of color #481607: hue angle of 13.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 #481607 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 7 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.72 |
| HSL | 13.85º | 0.82% | 0.15% | - |
| HSV(B) | 13.85º | 0.9% | 0.28% | - |
| XYZ | 3 | 1.97 | 0.42 | - |
| YUV | 35.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 7 | 0 | 0.69 | 0.90 | 0.72 | 13.85 | 0.82 | 0.15 |
| Hex | 48 | 16 | 7 | 0 | 45 | 5A | 48 | E | 52 | F |
| Octal | 110 | 26 | 7 | 0 | 105 | 132 | 110 | 16 | 122 | 17 |
| Binary | 1001000 | 10110 | 111 | 0 | 1000101 | 1011010 | 1001000 | 1110 | 1010010 | 1111 |
Color Harmonies of #481607
Complementary color
Monochromatic Colors of #481607
Black with #481607
Text Example
Text Example
White with #481607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481607; }
p { color: rgb(72,22,7); }
H1.HeaderClassName
{
color: #481607;
}
.AnyTagClassName
{
color: #481607;
}
</style>
background-color css
<style>
a { background-color: #481607; }
a { background-color: rgb(72,22,7); }
div.DivClassName
{
background-color: #481607;
}
.BgClassName
{
background-color: #481607;
}
</style>
border-color css
<style>
span { border-color: #481607; }
span { border-color: rgb(72,22,7); }
td.TdClassName
{
border-color: #481607;
}
.TagClassName
{
border-color: #481607;
}
</style>