Shades of Brown Pod #481100
Tints of Brown Pod #481100
RGB
CMYK
RGB Variations
Color information
#481100 (or 0x481100) is known color: Brown Pod. HEX triplet: 48, 11 and 00. RGB value is (72,17,0). Sum of RGB (Red+Green+Blue) = 72+17+0=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #481100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481100 is #B7EEFF. Grayscale: #1F1F1F. Windows color (decimal): -12054272 or 4424. OLE color: 4424.
HSL color Cylindrical-coordinate representation of color #481100: hue angle of 14.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #481100 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.72 |
| HSL | 14.17º | 1% | 0.14% | - |
| HSV(B) | 14.17º | 1% | 0.28% | - |
| XYZ | 2.87 | 1.78 | 0.19 | - |
| YUV | 31.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 0 | 0 | 0.76 | 1 | 0.72 | 14.17 | 1 | 0.14 |
| Hex | 48 | 11 | 0 | 0 | 4C | 64 | 48 | E | 64 | E |
| Octal | 110 | 21 | 0 | 0 | 114 | 144 | 110 | 16 | 144 | 16 |
| Binary | 1001000 | 10001 | 0 | 0 | 1001100 | 1100100 | 1001000 | 1110 | 1100100 | 1110 |
Color Harmonies of #481100
Complementary color
Monochromatic Colors of #481100
Black with #481100
Text Example
Text Example
White with #481100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481100; }
p { color: rgb(72,17,0); }
H1.HeaderClassName
{
color: #481100;
}
.AnyTagClassName
{
color: #481100;
}
</style>
background-color css
<style>
a { background-color: #481100; }
a { background-color: rgb(72,17,0); }
div.DivClassName
{
background-color: #481100;
}
.BgClassName
{
background-color: #481100;
}
</style>
border-color css
<style>
span { border-color: #481100; }
span { border-color: rgb(72,17,0); }
td.TdClassName
{
border-color: #481100;
}
.TagClassName
{
border-color: #481100;
}
</style>