Shades of Brown Pod #481A16
Tints of Brown Pod #481A16
RGB
CMYK
RGB Variations
Color information
#481A16 (or 0x481A16) is known color: Brown Pod. HEX triplet: 48, 1A and 16. RGB value is (72,26,22). Sum of RGB (Red+Green+Blue) = 72+26+22=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A16 is #B7E5E9. Grayscale: #272727. Windows color (decimal): -12051946 or 1448520. OLE color: 1448520.
HSL color Cylindrical-coordinate representation of color #481A16: hue angle of 4.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481A16 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 22 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.72 |
| HSL | 4.8º | 0.53% | 0.18% | - |
| HSV(B) | 4.8º | 0.69% | 0.28% | - |
| XYZ | 3.19 | 2.17 | 1.01 | - |
| YUV | 39.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 22 | 0 | 0.64 | 0.69 | 0.72 | 4.8 | 0.53 | 0.18 |
| Hex | 48 | 1A | 16 | 0 | 40 | 45 | 48 | 5 | 35 | 12 |
| Octal | 110 | 32 | 26 | 0 | 100 | 105 | 110 | 5 | 65 | 22 |
| Binary | 1001000 | 11010 | 10110 | 0 | 1000000 | 1000101 | 1001000 | 101 | 110101 | 10010 |
Color Harmonies of #481A16
Complementary color
Monochromatic Colors of #481A16
Black with #481A16
Text Example
Text Example
White with #481A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A16; }
p { color: rgb(72,26,22); }
H1.HeaderClassName
{
color: #481A16;
}
.AnyTagClassName
{
color: #481A16;
}
</style>
background-color css
<style>
a { background-color: #481A16; }
a { background-color: rgb(72,26,22); }
div.DivClassName
{
background-color: #481A16;
}
.BgClassName
{
background-color: #481A16;
}
</style>
border-color css
<style>
span { border-color: #481A16; }
span { border-color: rgb(72,26,22); }
td.TdClassName
{
border-color: #481A16;
}
.TagClassName
{
border-color: #481A16;
}
</style>