Shades of Brown Pod #481A06
Tints of Brown Pod #481A06
RGB
CMYK
RGB Variations
Color information
#481A06 (or 0x481A06) is known color: Brown Pod. HEX triplet: 48, 1A and 06. RGB value is (72,26,6). Sum of RGB (Red+Green+Blue) = 72+26+6=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #481A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A06 is #B7E5F9. Grayscale: #252525. Windows color (decimal): -12051962 or 399944. OLE color: 399944.
HSL color Cylindrical-coordinate representation of color #481A06: hue angle of 18.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #481A06 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 6 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.72 |
| HSL | 18.18º | 0.85% | 0.15% | - |
| HSV(B) | 18.18º | 0.92% | 0.28% | - |
| XYZ | 3.07 | 2.13 | 0.42 | - |
| YUV | 37.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 6 | 0 | 0.64 | 0.92 | 0.72 | 18.18 | 0.85 | 0.15 |
| Hex | 48 | 1A | 6 | 0 | 40 | 5C | 48 | 12 | 55 | F |
| Octal | 110 | 32 | 6 | 0 | 100 | 134 | 110 | 22 | 125 | 17 |
| Binary | 1001000 | 11010 | 110 | 0 | 1000000 | 1011100 | 1001000 | 10010 | 1010101 | 1111 |
Color Harmonies of #481A06
Complementary color
Monochromatic Colors of #481A06
Black with #481A06
Text Example
Text Example
White with #481A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A06; }
p { color: rgb(72,26,6); }
H1.HeaderClassName
{
color: #481A06;
}
.AnyTagClassName
{
color: #481A06;
}
</style>
background-color css
<style>
a { background-color: #481A06; }
a { background-color: rgb(72,26,6); }
div.DivClassName
{
background-color: #481A06;
}
.BgClassName
{
background-color: #481A06;
}
</style>
border-color css
<style>
span { border-color: #481A06; }
span { border-color: rgb(72,26,6); }
td.TdClassName
{
border-color: #481A06;
}
.TagClassName
{
border-color: #481A06;
}
</style>