Shades of Brown Pod #481D13
Tints of Brown Pod #481D13
RGB
CMYK
RGB Variations
Color information
#481D13 (or 0x481D13) is known color: Brown Pod. HEX triplet: 48, 1D and 13. RGB value is (72,29,19). Sum of RGB (Red+Green+Blue) = 72+29+19=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D13 is #B7E2EC. Grayscale: #282828. Windows color (decimal): -12051181 or 1252680. OLE color: 1252680.
HSL color Cylindrical-coordinate representation of color #481D13: hue angle of 11.32º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481D13 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 19 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.72 |
| HSL | 11.32º | 0.58% | 0.18% | - |
| HSV(B) | 11.32º | 0.74% | 0.28% | - |
| XYZ | 3.23 | 2.3 | 0.89 | - |
| YUV | 40.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 19 | 0 | 0.60 | 0.74 | 0.72 | 11.32 | 0.58 | 0.18 |
| Hex | 48 | 1D | 13 | 0 | 3C | 4A | 48 | B | 3A | 12 |
| Octal | 110 | 35 | 23 | 0 | 74 | 112 | 110 | 13 | 72 | 22 |
| Binary | 1001000 | 11101 | 10011 | 0 | 111100 | 1001010 | 1001000 | 1011 | 111010 | 10010 |
Color Harmonies of #481D13
Complementary color
Monochromatic Colors of #481D13
Black with #481D13
Text Example
Text Example
White with #481D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D13; }
p { color: rgb(72,29,19); }
H1.HeaderClassName
{
color: #481D13;
}
.AnyTagClassName
{
color: #481D13;
}
</style>
background-color css
<style>
a { background-color: #481D13; }
a { background-color: rgb(72,29,19); }
div.DivClassName
{
background-color: #481D13;
}
.BgClassName
{
background-color: #481D13;
}
</style>
border-color css
<style>
span { border-color: #481D13; }
span { border-color: rgb(72,29,19); }
td.TdClassName
{
border-color: #481D13;
}
.TagClassName
{
border-color: #481D13;
}
</style>