Shades of Brown Pod #481A0C
Tints of Brown Pod #481A0C
RGB
CMYK
RGB Variations
Color information
#481A0C (or 0x481A0C) is known color: Brown Pod. HEX triplet: 48, 1A and 0C. RGB value is (72,26,12). Sum of RGB (Red+Green+Blue) = 72+26+12=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A0C is #B7E5F3. Grayscale: #262626. Windows color (decimal): -12051956 or 793160. OLE color: 793160.
HSL color Cylindrical-coordinate representation of color #481A0C: hue angle of 14º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481A0C is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 12 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.72 |
| HSL | 14º | 0.71% | 0.16% | - |
| HSV(B) | 14º | 0.83% | 0.28% | - |
| XYZ | 3.11 | 2.14 | 0.6 | - |
| YUV | 38.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 12 | 0 | 0.64 | 0.83 | 0.72 | 14 | 0.71 | 0.16 |
| Hex | 48 | 1A | C | 0 | 40 | 53 | 48 | E | 47 | 10 |
| Octal | 110 | 32 | 14 | 0 | 100 | 123 | 110 | 16 | 107 | 20 |
| Binary | 1001000 | 11010 | 1100 | 0 | 1000000 | 1010011 | 1001000 | 1110 | 1000111 | 10000 |
Color Harmonies of #481A0C
Complementary color
Monochromatic Colors of #481A0C
Black with #481A0C
Text Example
Text Example
White with #481A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A0C; }
p { color: rgb(72,26,12); }
H1.HeaderClassName
{
color: #481A0C;
}
.AnyTagClassName
{
color: #481A0C;
}
</style>
background-color css
<style>
a { background-color: #481A0C; }
a { background-color: rgb(72,26,12); }
div.DivClassName
{
background-color: #481A0C;
}
.BgClassName
{
background-color: #481A0C;
}
</style>
border-color css
<style>
span { border-color: #481A0C; }
span { border-color: rgb(72,26,12); }
td.TdClassName
{
border-color: #481A0C;
}
.TagClassName
{
border-color: #481A0C;
}
</style>