Shades of Brown Pod #481E19
Tints of Brown Pod #481E19
RGB
CMYK
RGB Variations
Color information
#481E19 (or 0x481E19) is known color: Brown Pod. HEX triplet: 48, 1E and 19. RGB value is (72,30,25). Sum of RGB (Red+Green+Blue) = 72+30+25=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E19 is #B7E1E6. Grayscale: #2A2A2A. Windows color (decimal): -12050919 or 1646152. OLE color: 1646152.
HSL color Cylindrical-coordinate representation of color #481E19: hue angle of 6.38º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481E19 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 25 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.72 |
| HSL | 6.38º | 0.48% | 0.19% | - |
| HSV(B) | 6.38º | 0.65% | 0.28% | - |
| XYZ | 3.31 | 2.38 | 1.2 | - |
| YUV | 41.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 25 | 0 | 0.58 | 0.65 | 0.72 | 6.38 | 0.48 | 0.19 |
| Hex | 48 | 1E | 19 | 0 | 3A | 41 | 48 | 6 | 30 | 13 |
| Octal | 110 | 36 | 31 | 0 | 72 | 101 | 110 | 6 | 60 | 23 |
| Binary | 1001000 | 11110 | 11001 | 0 | 111010 | 1000001 | 1001000 | 110 | 110000 | 10011 |
Color Harmonies of #481E19
Complementary color
Monochromatic Colors of #481E19
Black with #481E19
Text Example
Text Example
White with #481E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E19; }
p { color: rgb(72,30,25); }
H1.HeaderClassName
{
color: #481E19;
}
.AnyTagClassName
{
color: #481E19;
}
</style>
background-color css
<style>
a { background-color: #481E19; }
a { background-color: rgb(72,30,25); }
div.DivClassName
{
background-color: #481E19;
}
.BgClassName
{
background-color: #481E19;
}
</style>
border-color css
<style>
span { border-color: #481E19; }
span { border-color: rgb(72,30,25); }
td.TdClassName
{
border-color: #481E19;
}
.TagClassName
{
border-color: #481E19;
}
</style>