Shades of Brown Pod #481E15
Tints of Brown Pod #481E15
RGB
CMYK
RGB Variations
Color information
#481E15 (or 0x481E15) is known color: Brown Pod. HEX triplet: 48, 1E and 15. RGB value is (72,30,21). Sum of RGB (Red+Green+Blue) = 72+30+21=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #481E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E15 is #B7E1EA. Grayscale: #292929. Windows color (decimal): -12050923 or 1384008. OLE color: 1384008.
HSL color Cylindrical-coordinate representation of color #481E15: hue angle of 10.59º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481E15 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 21 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.72 |
| HSL | 10.59º | 0.55% | 0.18% | - |
| HSV(B) | 10.59º | 0.71% | 0.28% | - |
| XYZ | 3.27 | 2.36 | 0.99 | - |
| YUV | 41.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 21 | 0 | 0.58 | 0.71 | 0.72 | 10.59 | 0.55 | 0.18 |
| Hex | 48 | 1E | 15 | 0 | 3A | 47 | 48 | B | 37 | 12 |
| Octal | 110 | 36 | 25 | 0 | 72 | 107 | 110 | 13 | 67 | 22 |
| Binary | 1001000 | 11110 | 10101 | 0 | 111010 | 1000111 | 1001000 | 1011 | 110111 | 10010 |
Color Harmonies of #481E15
Complementary color
Monochromatic Colors of #481E15
Black with #481E15
Text Example
Text Example
White with #481E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E15; }
p { color: rgb(72,30,21); }
H1.HeaderClassName
{
color: #481E15;
}
.AnyTagClassName
{
color: #481E15;
}
</style>
background-color css
<style>
a { background-color: #481E15; }
a { background-color: rgb(72,30,21); }
div.DivClassName
{
background-color: #481E15;
}
.BgClassName
{
background-color: #481E15;
}
</style>
border-color css
<style>
span { border-color: #481E15; }
span { border-color: rgb(72,30,21); }
td.TdClassName
{
border-color: #481E15;
}
.TagClassName
{
border-color: #481E15;
}
</style>