Shades of Brown Pod #481E04
Tints of Brown Pod #481E04
RGB
CMYK
RGB Variations
Color information
#481E04 (or 0x481E04) is known color: Brown Pod. HEX triplet: 48, 1E and 04. RGB value is (72,30,4). Sum of RGB (Red+Green+Blue) = 72+30+4=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #481E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E04 is #B7E1FB. Grayscale: #272727. Windows color (decimal): -12050940 or 269896. OLE color: 269896.
HSL color Cylindrical-coordinate representation of color #481E04: hue angle of 22.94º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #481E04 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 4 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.72 |
| HSL | 22.94º | 0.89% | 0.15% | - |
| HSV(B) | 22.94º | 0.94% | 0.28% | - |
| XYZ | 3.16 | 2.32 | 0.4 | - |
| YUV | 39.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 4 | 0 | 0.58 | 0.94 | 0.72 | 22.94 | 0.89 | 0.15 |
| Hex | 48 | 1E | 4 | 0 | 3A | 5E | 48 | 17 | 59 | F |
| Octal | 110 | 36 | 4 | 0 | 72 | 136 | 110 | 27 | 131 | 17 |
| Binary | 1001000 | 11110 | 100 | 0 | 111010 | 1011110 | 1001000 | 10111 | 1011001 | 1111 |
Color Harmonies of #481E04
Complementary color
Monochromatic Colors of #481E04
Black with #481E04
Text Example
Text Example
White with #481E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E04; }
p { color: rgb(72,30,4); }
H1.HeaderClassName
{
color: #481E04;
}
.AnyTagClassName
{
color: #481E04;
}
</style>
background-color css
<style>
a { background-color: #481E04; }
a { background-color: rgb(72,30,4); }
div.DivClassName
{
background-color: #481E04;
}
.BgClassName
{
background-color: #481E04;
}
</style>
border-color css
<style>
span { border-color: #481E04; }
span { border-color: rgb(72,30,4); }
td.TdClassName
{
border-color: #481E04;
}
.TagClassName
{
border-color: #481E04;
}
</style>