Shades of Brown Pod #481E06
Tints of Brown Pod #481E06
RGB
CMYK
RGB Variations
Color information
#481E06 (or 0x481E06) is known color: Brown Pod. HEX triplet: 48, 1E and 06. RGB value is (72,30,6). Sum of RGB (Red+Green+Blue) = 72+30+6=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E06 is #B7E1F9. Grayscale: #272727. Windows color (decimal): -12050938 or 400968. OLE color: 400968.
HSL color Cylindrical-coordinate representation of color #481E06: hue angle of 21.82º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #481E06 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 6 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.72 |
| HSL | 21.82º | 0.85% | 0.15% | - |
| HSV(B) | 21.82º | 0.92% | 0.28% | - |
| XYZ | 3.17 | 2.32 | 0.45 | - |
| YUV | 39.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 6 | 0 | 0.58 | 0.92 | 0.72 | 21.82 | 0.85 | 0.15 |
| Hex | 48 | 1E | 6 | 0 | 3A | 5C | 48 | 16 | 55 | F |
| Octal | 110 | 36 | 6 | 0 | 72 | 134 | 110 | 26 | 125 | 17 |
| Binary | 1001000 | 11110 | 110 | 0 | 111010 | 1011100 | 1001000 | 10110 | 1010101 | 1111 |
Color Harmonies of #481E06
Complementary color
Monochromatic Colors of #481E06
Black with #481E06
Text Example
Text Example
White with #481E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E06; }
p { color: rgb(72,30,6); }
H1.HeaderClassName
{
color: #481E06;
}
.AnyTagClassName
{
color: #481E06;
}
</style>
background-color css
<style>
a { background-color: #481E06; }
a { background-color: rgb(72,30,6); }
div.DivClassName
{
background-color: #481E06;
}
.BgClassName
{
background-color: #481E06;
}
</style>
border-color css
<style>
span { border-color: #481E06; }
span { border-color: rgb(72,30,6); }
td.TdClassName
{
border-color: #481E06;
}
.TagClassName
{
border-color: #481E06;
}
</style>