Shades of Brown Pod #481300
Tints of Brown Pod #481300
RGB
CMYK
RGB Variations
Color information
#481300 (or 0x481300) is known color: Brown Pod. HEX triplet: 48, 13 and 00. RGB value is (72,19,0). Sum of RGB (Red+Green+Blue) = 72+19+0=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #481300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481300 is #B7ECFF. Grayscale: #202020. Windows color (decimal): -12053760 or 4936. OLE color: 4936.
HSL color Cylindrical-coordinate representation of color #481300: hue angle of 15.83º 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 #481300 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.72 |
| HSL | 15.83º | 1% | 0.14% | - |
| HSV(B) | 15.83º | 1% | 0.28% | - |
| XYZ | 2.91 | 1.84 | 0.2 | - |
| YUV | 32.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 0 | 0 | 0.74 | 1 | 0.72 | 15.83 | 1 | 0.14 |
| Hex | 48 | 13 | 0 | 0 | 4A | 64 | 48 | 10 | 64 | E |
| Octal | 110 | 23 | 0 | 0 | 112 | 144 | 110 | 20 | 144 | 16 |
| Binary | 1001000 | 10011 | 0 | 0 | 1001010 | 1100100 | 1001000 | 10000 | 1100100 | 1110 |
Color Harmonies of #481300
Complementary color
Monochromatic Colors of #481300
Black with #481300
Text Example
Text Example
White with #481300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481300; }
p { color: rgb(72,19,0); }
H1.HeaderClassName
{
color: #481300;
}
.AnyTagClassName
{
color: #481300;
}
</style>
background-color css
<style>
a { background-color: #481300; }
a { background-color: rgb(72,19,0); }
div.DivClassName
{
background-color: #481300;
}
.BgClassName
{
background-color: #481300;
}
</style>
border-color css
<style>
span { border-color: #481300; }
span { border-color: rgb(72,19,0); }
td.TdClassName
{
border-color: #481300;
}
.TagClassName
{
border-color: #481300;
}
</style>