Shades of Brown Pod #481902
Tints of Brown Pod #481902
RGB
CMYK
RGB Variations
Color information
#481902 (or 0x481902) is known color: Brown Pod. HEX triplet: 48, 19 and 02. RGB value is (72,25,2). Sum of RGB (Red+Green+Blue) = 72+25+2=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #481902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481902 is #B7E6FD. Grayscale: #242424. Windows color (decimal): -12052222 or 137544. OLE color: 137544.
HSL color Cylindrical-coordinate representation of color #481902: hue angle of 19.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #481902 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 2 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.72 |
| HSL | 19.71º | 0.95% | 0.15% | - |
| HSV(B) | 19.71º | 0.97% | 0.28% | - |
| XYZ | 3.03 | 2.08 | 0.3 | - |
| YUV | 36.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 2 | 0 | 0.65 | 0.97 | 0.72 | 19.71 | 0.95 | 0.15 |
| Hex | 48 | 19 | 2 | 0 | 41 | 61 | 48 | 14 | 5F | F |
| Octal | 110 | 31 | 2 | 0 | 101 | 141 | 110 | 24 | 137 | 17 |
| Binary | 1001000 | 11001 | 10 | 0 | 1000001 | 1100001 | 1001000 | 10100 | 1011111 | 1111 |
Color Harmonies of #481902
Complementary color
Monochromatic Colors of #481902
Black with #481902
Text Example
Text Example
White with #481902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481902; }
p { color: rgb(72,25,2); }
H1.HeaderClassName
{
color: #481902;
}
.AnyTagClassName
{
color: #481902;
}
</style>
background-color css
<style>
a { background-color: #481902; }
a { background-color: rgb(72,25,2); }
div.DivClassName
{
background-color: #481902;
}
.BgClassName
{
background-color: #481902;
}
</style>
border-color css
<style>
span { border-color: #481902; }
span { border-color: rgb(72,25,2); }
td.TdClassName
{
border-color: #481902;
}
.TagClassName
{
border-color: #481902;
}
</style>