Shades of Brown Pod #481605
Tints of Brown Pod #481605
RGB
CMYK
RGB Variations
Color information
#481605 (or 0x481605) is known color: Brown Pod. HEX triplet: 48, 16 and 05. RGB value is (72,22,5). Sum of RGB (Red+Green+Blue) = 72+22+5=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #481605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481605 is #B7E9FA. Grayscale: #232323. Windows color (decimal): -12052987 or 333384. OLE color: 333384.
HSL color Cylindrical-coordinate representation of color #481605: hue angle of 15.22º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #481605 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 5 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.72 |
| HSL | 15.22º | 0.87% | 0.15% | - |
| HSV(B) | 15.22º | 0.93% | 0.28% | - |
| XYZ | 2.99 | 1.96 | 0.36 | - |
| YUV | 35.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 5 | 0 | 0.69 | 0.93 | 0.72 | 15.22 | 0.87 | 0.15 |
| Hex | 48 | 16 | 5 | 0 | 45 | 5D | 48 | F | 57 | F |
| Octal | 110 | 26 | 5 | 0 | 105 | 135 | 110 | 17 | 127 | 17 |
| Binary | 1001000 | 10110 | 101 | 0 | 1000101 | 1011101 | 1001000 | 1111 | 1010111 | 1111 |
Color Harmonies of #481605
Complementary color
Monochromatic Colors of #481605
Black with #481605
Text Example
Text Example
White with #481605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481605; }
p { color: rgb(72,22,5); }
H1.HeaderClassName
{
color: #481605;
}
.AnyTagClassName
{
color: #481605;
}
</style>
background-color css
<style>
a { background-color: #481605; }
a { background-color: rgb(72,22,5); }
div.DivClassName
{
background-color: #481605;
}
.BgClassName
{
background-color: #481605;
}
</style>
border-color css
<style>
span { border-color: #481605; }
span { border-color: rgb(72,22,5); }
td.TdClassName
{
border-color: #481605;
}
.TagClassName
{
border-color: #481605;
}
</style>