Shades of Brown Pod #481F12
Tints of Brown Pod #481F12
RGB
CMYK
RGB Variations
Color information
#481F12 (or 0x481F12) is known color: Brown Pod. HEX triplet: 48, 1F and 12. RGB value is (72,31,18). Sum of RGB (Red+Green+Blue) = 72+31+18=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #481F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F12 is #B7E0ED. Grayscale: #292929. Windows color (decimal): -12050670 or 1187656. OLE color: 1187656.
HSL color Cylindrical-coordinate representation of color #481F12: hue angle of 14.44º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481F12 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 31 | 18 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.72 |
| HSL | 14.44º | 0.6% | 0.18% | - |
| HSV(B) | 14.44º | 0.75% | 0.28% | - |
| XYZ | 3.27 | 2.4 | 0.86 | - |
| YUV | 41.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 18 | 0 | 0.57 | 0.75 | 0.72 | 14.44 | 0.6 | 0.18 |
| Hex | 48 | 1F | 12 | 0 | 39 | 4B | 48 | E | 3C | 12 |
| Octal | 110 | 37 | 22 | 0 | 71 | 113 | 110 | 16 | 74 | 22 |
| Binary | 1001000 | 11111 | 10010 | 0 | 111001 | 1001011 | 1001000 | 1110 | 111100 | 10010 |
Color Harmonies of #481F12
Complementary color
Monochromatic Colors of #481F12
Black with #481F12
Text Example
Text Example
White with #481F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F12; }
p { color: rgb(72,31,18); }
H1.HeaderClassName
{
color: #481F12;
}
.AnyTagClassName
{
color: #481F12;
}
</style>
background-color css
<style>
a { background-color: #481F12; }
a { background-color: rgb(72,31,18); }
div.DivClassName
{
background-color: #481F12;
}
.BgClassName
{
background-color: #481F12;
}
</style>
border-color css
<style>
span { border-color: #481F12; }
span { border-color: rgb(72,31,18); }
td.TdClassName
{
border-color: #481F12;
}
.TagClassName
{
border-color: #481F12;
}
</style>