Shades of Brown Pod #481D04
Tints of Brown Pod #481D04
RGB
CMYK
RGB Variations
Color information
#481D04 (or 0x481D04) is known color: Brown Pod. HEX triplet: 48, 1D and 04. RGB value is (72,29,4). Sum of RGB (Red+Green+Blue) = 72+29+4=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #481D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D04 is #B7E2FB. Grayscale: #272727. Windows color (decimal): -12051196 or 269640. OLE color: 269640.
HSL color Cylindrical-coordinate representation of color #481D04: hue angle of 22.06º 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 #481D04 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 4 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.72 |
| HSL | 22.06º | 0.89% | 0.15% | - |
| HSV(B) | 22.06º | 0.94% | 0.28% | - |
| XYZ | 3.13 | 2.27 | 0.39 | - |
| YUV | 39.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 4 | 0 | 0.60 | 0.94 | 0.72 | 22.06 | 0.89 | 0.15 |
| Hex | 48 | 1D | 4 | 0 | 3C | 5E | 48 | 16 | 59 | F |
| Octal | 110 | 35 | 4 | 0 | 74 | 136 | 110 | 26 | 131 | 17 |
| Binary | 1001000 | 11101 | 100 | 0 | 111100 | 1011110 | 1001000 | 10110 | 1011001 | 1111 |
Color Harmonies of #481D04
Complementary color
Monochromatic Colors of #481D04
Black with #481D04
Text Example
Text Example
White with #481D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D04; }
p { color: rgb(72,29,4); }
H1.HeaderClassName
{
color: #481D04;
}
.AnyTagClassName
{
color: #481D04;
}
</style>
background-color css
<style>
a { background-color: #481D04; }
a { background-color: rgb(72,29,4); }
div.DivClassName
{
background-color: #481D04;
}
.BgClassName
{
background-color: #481D04;
}
</style>
border-color css
<style>
span { border-color: #481D04; }
span { border-color: rgb(72,29,4); }
td.TdClassName
{
border-color: #481D04;
}
.TagClassName
{
border-color: #481D04;
}
</style>