Shades of Brown Pod #481A14
Tints of Brown Pod #481A14
RGB
CMYK
RGB Variations
Color information
#481A14 (or 0x481A14) is known color: Brown Pod. HEX triplet: 48, 1A and 14. RGB value is (72,26,20). Sum of RGB (Red+Green+Blue) = 72+26+20=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #481A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A14 is #B7E5EB. Grayscale: #272727. Windows color (decimal): -12051948 or 1317448. OLE color: 1317448.
HSL color Cylindrical-coordinate representation of color #481A14: hue angle of 6.92º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481A14 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 20 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.72 |
| HSL | 6.92º | 0.57% | 0.18% | - |
| HSV(B) | 6.92º | 0.72% | 0.28% | - |
| XYZ | 3.17 | 2.17 | 0.91 | - |
| YUV | 39.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 20 | 0 | 0.64 | 0.72 | 0.72 | 6.92 | 0.57 | 0.18 |
| Hex | 48 | 1A | 14 | 0 | 40 | 48 | 48 | 7 | 39 | 12 |
| Octal | 110 | 32 | 24 | 0 | 100 | 110 | 110 | 7 | 71 | 22 |
| Binary | 1001000 | 11010 | 10100 | 0 | 1000000 | 1001000 | 1001000 | 111 | 111001 | 10010 |
Color Harmonies of #481A14
Complementary color
Monochromatic Colors of #481A14
Black with #481A14
Text Example
Text Example
White with #481A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A14; }
p { color: rgb(72,26,20); }
H1.HeaderClassName
{
color: #481A14;
}
.AnyTagClassName
{
color: #481A14;
}
</style>
background-color css
<style>
a { background-color: #481A14; }
a { background-color: rgb(72,26,20); }
div.DivClassName
{
background-color: #481A14;
}
.BgClassName
{
background-color: #481A14;
}
</style>
border-color css
<style>
span { border-color: #481A14; }
span { border-color: rgb(72,26,20); }
td.TdClassName
{
border-color: #481A14;
}
.TagClassName
{
border-color: #481A14;
}
</style>