Shades of Brown Pod #481A0F
Tints of Brown Pod #481A0F
RGB
CMYK
RGB Variations
Color information
#481A0F (or 0x481A0F) is known color: Brown Pod. HEX triplet: 48, 1A and 0F. RGB value is (72,26,15). Sum of RGB (Red+Green+Blue) = 72+26+15=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A0F is #B7E5F0. Grayscale: #262626. Windows color (decimal): -12051953 or 989768. OLE color: 989768.
HSL color Cylindrical-coordinate representation of color #481A0F: hue angle of 11.58º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481A0F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 15 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.72 |
| HSL | 11.58º | 0.66% | 0.17% | - |
| HSV(B) | 11.58º | 0.79% | 0.28% | - |
| XYZ | 3.13 | 2.15 | 0.7 | - |
| YUV | 38.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 15 | 0 | 0.64 | 0.79 | 0.72 | 11.58 | 0.66 | 0.17 |
| Hex | 48 | 1A | F | 0 | 40 | 4F | 48 | C | 42 | 11 |
| Octal | 110 | 32 | 17 | 0 | 100 | 117 | 110 | 14 | 102 | 21 |
| Binary | 1001000 | 11010 | 1111 | 0 | 1000000 | 1001111 | 1001000 | 1100 | 1000010 | 10001 |
Color Harmonies of #481A0F
Complementary color
Monochromatic Colors of #481A0F
Black with #481A0F
Text Example
Text Example
White with #481A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A0F; }
p { color: rgb(72,26,15); }
H1.HeaderClassName
{
color: #481A0F;
}
.AnyTagClassName
{
color: #481A0F;
}
</style>
background-color css
<style>
a { background-color: #481A0F; }
a { background-color: rgb(72,26,15); }
div.DivClassName
{
background-color: #481A0F;
}
.BgClassName
{
background-color: #481A0F;
}
</style>
border-color css
<style>
span { border-color: #481A0F; }
span { border-color: rgb(72,26,15); }
td.TdClassName
{
border-color: #481A0F;
}
.TagClassName
{
border-color: #481A0F;
}
</style>