Shades of Brown Pod #481A0E
Tints of Brown Pod #481A0E
RGB
CMYK
RGB Variations
Color information
#481A0E (or 0x481A0E) is known color: Brown Pod. HEX triplet: 48, 1A and 0E. RGB value is (72,26,14). Sum of RGB (Red+Green+Blue) = 72+26+14=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #481A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A0E is #B7E5F1. Grayscale: #262626. Windows color (decimal): -12051954 or 924232. OLE color: 924232.
HSL color Cylindrical-coordinate representation of color #481A0E: hue angle of 12.41º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481A0E is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 14 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.72 |
| HSL | 12.41º | 0.67% | 0.17% | - |
| HSV(B) | 12.41º | 0.81% | 0.28% | - |
| XYZ | 3.12 | 2.15 | 0.67 | - |
| YUV | 38.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 14 | 0 | 0.64 | 0.81 | 0.72 | 12.41 | 0.67 | 0.17 |
| Hex | 48 | 1A | E | 0 | 40 | 51 | 48 | C | 43 | 11 |
| Octal | 110 | 32 | 16 | 0 | 100 | 121 | 110 | 14 | 103 | 21 |
| Binary | 1001000 | 11010 | 1110 | 0 | 1000000 | 1010001 | 1001000 | 1100 | 1000011 | 10001 |
Color Harmonies of #481A0E
Complementary color
Monochromatic Colors of #481A0E
Black with #481A0E
Text Example
Text Example
White with #481A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A0E; }
p { color: rgb(72,26,14); }
H1.HeaderClassName
{
color: #481A0E;
}
.AnyTagClassName
{
color: #481A0E;
}
</style>
background-color css
<style>
a { background-color: #481A0E; }
a { background-color: rgb(72,26,14); }
div.DivClassName
{
background-color: #481A0E;
}
.BgClassName
{
background-color: #481A0E;
}
</style>
border-color css
<style>
span { border-color: #481A0E; }
span { border-color: rgb(72,26,14); }
td.TdClassName
{
border-color: #481A0E;
}
.TagClassName
{
border-color: #481A0E;
}
</style>