Shades of Brown Pod #481A05
Tints of Brown Pod #481A05
RGB
CMYK
RGB Variations
Color information
#481A05 (or 0x481A05) is known color: Brown Pod. HEX triplet: 48, 1A and 05. RGB value is (72,26,5). Sum of RGB (Red+Green+Blue) = 72+26+5=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #481A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A05 is #B7E5FA. Grayscale: #252525. Windows color (decimal): -12051963 or 334408. OLE color: 334408.
HSL color Cylindrical-coordinate representation of color #481A05: hue angle of 18.81º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #481A05 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 5 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.72 |
| HSL | 18.81º | 0.87% | 0.15% | - |
| HSV(B) | 18.81º | 0.93% | 0.28% | - |
| XYZ | 3.07 | 2.13 | 0.39 | - |
| YUV | 37.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 5 | 0 | 0.64 | 0.93 | 0.72 | 18.81 | 0.87 | 0.15 |
| Hex | 48 | 1A | 5 | 0 | 40 | 5D | 48 | 13 | 57 | F |
| Octal | 110 | 32 | 5 | 0 | 100 | 135 | 110 | 23 | 127 | 17 |
| Binary | 1001000 | 11010 | 101 | 0 | 1000000 | 1011101 | 1001000 | 10011 | 1010111 | 1111 |
Color Harmonies of #481A05
Complementary color
Monochromatic Colors of #481A05
Black with #481A05
Text Example
Text Example
White with #481A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A05; }
p { color: rgb(72,26,5); }
H1.HeaderClassName
{
color: #481A05;
}
.AnyTagClassName
{
color: #481A05;
}
</style>
background-color css
<style>
a { background-color: #481A05; }
a { background-color: rgb(72,26,5); }
div.DivClassName
{
background-color: #481A05;
}
.BgClassName
{
background-color: #481A05;
}
</style>
border-color css
<style>
span { border-color: #481A05; }
span { border-color: rgb(72,26,5); }
td.TdClassName
{
border-color: #481A05;
}
.TagClassName
{
border-color: #481A05;
}
</style>