Shades of Brown Pod #481E18
Tints of Brown Pod #481E18
RGB
CMYK
RGB Variations
Color information
#481E18 (or 0x481E18) is known color: Brown Pod. HEX triplet: 48, 1E and 18. RGB value is (72,30,24). Sum of RGB (Red+Green+Blue) = 72+30+24=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #481E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E18 is #B7E1E7. Grayscale: #292929. Windows color (decimal): -12050920 or 1580616. OLE color: 1580616.
HSL color Cylindrical-coordinate representation of color #481E18: hue angle of 7.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481E18 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 24 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.72 |
| HSL | 7.5º | 0.5% | 0.19% | - |
| HSV(B) | 7.5º | 0.67% | 0.28% | - |
| XYZ | 3.3 | 2.37 | 1.15 | - |
| YUV | 41.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 24 | 0 | 0.58 | 0.67 | 0.72 | 7.5 | 0.5 | 0.19 |
| Hex | 48 | 1E | 18 | 0 | 3A | 43 | 48 | 8 | 32 | 13 |
| Octal | 110 | 36 | 30 | 0 | 72 | 103 | 110 | 10 | 62 | 23 |
| Binary | 1001000 | 11110 | 11000 | 0 | 111010 | 1000011 | 1001000 | 1000 | 110010 | 10011 |
Color Harmonies of #481E18
Complementary color
Monochromatic Colors of #481E18
Black with #481E18
Text Example
Text Example
White with #481E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E18; }
p { color: rgb(72,30,24); }
H1.HeaderClassName
{
color: #481E18;
}
.AnyTagClassName
{
color: #481E18;
}
</style>
background-color css
<style>
a { background-color: #481E18; }
a { background-color: rgb(72,30,24); }
div.DivClassName
{
background-color: #481E18;
}
.BgClassName
{
background-color: #481E18;
}
</style>
border-color css
<style>
span { border-color: #481E18; }
span { border-color: rgb(72,30,24); }
td.TdClassName
{
border-color: #481E18;
}
.TagClassName
{
border-color: #481E18;
}
</style>