Shades of Brown Pod #481A13
Tints of Brown Pod #481A13
RGB
CMYK
RGB Variations
Color information
#481A13 (or 0x481A13) is known color: Brown Pod. HEX triplet: 48, 1A and 13. RGB value is (72,26,19). Sum of RGB (Red+Green+Blue) = 72+26+19=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A13 is #B7E5EC. Grayscale: #272727. Windows color (decimal): -12051949 or 1251912. OLE color: 1251912.
HSL color Cylindrical-coordinate representation of color #481A13: hue angle of 7.92º 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 #481A13 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 19 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.72 |
| HSL | 7.92º | 0.58% | 0.18% | - |
| HSV(B) | 7.92º | 0.74% | 0.28% | - |
| XYZ | 3.16 | 2.16 | 0.87 | - |
| YUV | 38.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 19 | 0 | 0.64 | 0.74 | 0.72 | 7.92 | 0.58 | 0.18 |
| Hex | 48 | 1A | 13 | 0 | 40 | 4A | 48 | 8 | 3A | 12 |
| Octal | 110 | 32 | 23 | 0 | 100 | 112 | 110 | 10 | 72 | 22 |
| Binary | 1001000 | 11010 | 10011 | 0 | 1000000 | 1001010 | 1001000 | 1000 | 111010 | 10010 |
Color Harmonies of #481A13
Complementary color
Monochromatic Colors of #481A13
Black with #481A13
Text Example
Text Example
White with #481A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A13; }
p { color: rgb(72,26,19); }
H1.HeaderClassName
{
color: #481A13;
}
.AnyTagClassName
{
color: #481A13;
}
</style>
background-color css
<style>
a { background-color: #481A13; }
a { background-color: rgb(72,26,19); }
div.DivClassName
{
background-color: #481A13;
}
.BgClassName
{
background-color: #481A13;
}
</style>
border-color css
<style>
span { border-color: #481A13; }
span { border-color: rgb(72,26,19); }
td.TdClassName
{
border-color: #481A13;
}
.TagClassName
{
border-color: #481A13;
}
</style>