Shades of Brown Pod #481E00
Tints of Brown Pod #481E00
RGB
CMYK
RGB Variations
Color information
#481E00 (or 0x481E00) is known color: Brown Pod. HEX triplet: 48, 1E and 00. RGB value is (72,30,0). Sum of RGB (Red+Green+Blue) = 72+30+0=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #481E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E00 is #B7E1FF. Grayscale: #272727. Windows color (decimal): -12050944 or 7752. OLE color: 7752.
HSL color Cylindrical-coordinate representation of color #481E00: hue angle of 25º 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 #481E00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.72 |
| HSL | 25º | 1% | 0.14% | - |
| HSV(B) | 25º | 1% | 0.28% | - |
| XYZ | 3.14 | 2.31 | 0.28 | - |
| YUV | 39.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 0 | 0 | 0.58 | 1 | 0.72 | 25 | 1 | 0.14 |
| Hex | 48 | 1E | 0 | 0 | 3A | 64 | 48 | 19 | 64 | E |
| Octal | 110 | 36 | 0 | 0 | 72 | 144 | 110 | 31 | 144 | 16 |
| Binary | 1001000 | 11110 | 0 | 0 | 111010 | 1100100 | 1001000 | 11001 | 1100100 | 1110 |
Color Harmonies of #481E00
Complementary color
Monochromatic Colors of #481E00
Black with #481E00
Text Example
Text Example
White with #481E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E00; }
p { color: rgb(72,30,0); }
H1.HeaderClassName
{
color: #481E00;
}
.AnyTagClassName
{
color: #481E00;
}
</style>
background-color css
<style>
a { background-color: #481E00; }
a { background-color: rgb(72,30,0); }
div.DivClassName
{
background-color: #481E00;
}
.BgClassName
{
background-color: #481E00;
}
</style>
border-color css
<style>
span { border-color: #481E00; }
span { border-color: rgb(72,30,0); }
td.TdClassName
{
border-color: #481E00;
}
.TagClassName
{
border-color: #481E00;
}
</style>