Shades of Brown Pod #481909
Tints of Brown Pod #481909
RGB
CMYK
RGB Variations
Color information
#481909 (or 0x481909) is known color: Brown Pod. HEX triplet: 48, 19 and 09. RGB value is (72,25,9). Sum of RGB (Red+Green+Blue) = 72+25+9=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #481909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481909 is #B7E6F6. Grayscale: #252525. Windows color (decimal): -12052215 or 596296. OLE color: 596296.
HSL color Cylindrical-coordinate representation of color #481909: hue angle of 15.24º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481909 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 9 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.72 |
| HSL | 15.24º | 0.78% | 0.16% | - |
| HSV(B) | 15.24º | 0.88% | 0.28% | - |
| XYZ | 3.07 | 2.09 | 0.5 | - |
| YUV | 37.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 9 | 0 | 0.65 | 0.88 | 0.72 | 15.24 | 0.78 | 0.16 |
| Hex | 48 | 19 | 9 | 0 | 41 | 58 | 48 | F | 4E | 10 |
| Octal | 110 | 31 | 11 | 0 | 101 | 130 | 110 | 17 | 116 | 20 |
| Binary | 1001000 | 11001 | 1001 | 0 | 1000001 | 1011000 | 1001000 | 1111 | 1001110 | 10000 |
Color Harmonies of #481909
Complementary color
Monochromatic Colors of #481909
Black with #481909
Text Example
Text Example
White with #481909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481909; }
p { color: rgb(72,25,9); }
H1.HeaderClassName
{
color: #481909;
}
.AnyTagClassName
{
color: #481909;
}
</style>
background-color css
<style>
a { background-color: #481909; }
a { background-color: rgb(72,25,9); }
div.DivClassName
{
background-color: #481909;
}
.BgClassName
{
background-color: #481909;
}
</style>
border-color css
<style>
span { border-color: #481909; }
span { border-color: rgb(72,25,9); }
td.TdClassName
{
border-color: #481909;
}
.TagClassName
{
border-color: #481909;
}
</style>