Shades of Brown Pod #481904
Tints of Brown Pod #481904
RGB
CMYK
RGB Variations
Color information
#481904 (or 0x481904) is known color: Brown Pod. HEX triplet: 48, 19 and 04. RGB value is (72,25,4). Sum of RGB (Red+Green+Blue) = 72+25+4=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #481904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481904 is #B7E6FB. Grayscale: #242424. Windows color (decimal): -12052220 or 268616. OLE color: 268616.
HSL color Cylindrical-coordinate representation of color #481904: hue angle of 18.53º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #481904 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 4 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.72 |
| HSL | 18.53º | 0.89% | 0.15% | - |
| HSV(B) | 18.53º | 0.94% | 0.28% | - |
| XYZ | 3.04 | 2.08 | 0.36 | - |
| YUV | 36.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 4 | 0 | 0.65 | 0.94 | 0.72 | 18.53 | 0.89 | 0.15 |
| Hex | 48 | 19 | 4 | 0 | 41 | 5E | 48 | 13 | 59 | F |
| Octal | 110 | 31 | 4 | 0 | 101 | 136 | 110 | 23 | 131 | 17 |
| Binary | 1001000 | 11001 | 100 | 0 | 1000001 | 1011110 | 1001000 | 10011 | 1011001 | 1111 |
Color Harmonies of #481904
Complementary color
Monochromatic Colors of #481904
Black with #481904
Text Example
Text Example
White with #481904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481904; }
p { color: rgb(72,25,4); }
H1.HeaderClassName
{
color: #481904;
}
.AnyTagClassName
{
color: #481904;
}
</style>
background-color css
<style>
a { background-color: #481904; }
a { background-color: rgb(72,25,4); }
div.DivClassName
{
background-color: #481904;
}
.BgClassName
{
background-color: #481904;
}
</style>
border-color css
<style>
span { border-color: #481904; }
span { border-color: rgb(72,25,4); }
td.TdClassName
{
border-color: #481904;
}
.TagClassName
{
border-color: #481904;
}
</style>