Shades of Brown Pod #481D06
Tints of Brown Pod #481D06
RGB
CMYK
RGB Variations
Color information
#481D06 (or 0x481D06) is known color: Brown Pod. HEX triplet: 48, 1D and 06. RGB value is (72,29,6). Sum of RGB (Red+Green+Blue) = 72+29+6=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #481D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D06 is #B7E2F9. Grayscale: #272727. Windows color (decimal): -12051194 or 400712. OLE color: 400712.
HSL color Cylindrical-coordinate representation of color #481D06: hue angle of 20.91º 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 #481D06 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 6 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.72 |
| HSL | 20.91º | 0.85% | 0.15% | - |
| HSV(B) | 20.91º | 0.92% | 0.28% | - |
| XYZ | 3.14 | 2.27 | 0.44 | - |
| YUV | 39.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 6 | 0 | 0.60 | 0.92 | 0.72 | 20.91 | 0.85 | 0.15 |
| Hex | 48 | 1D | 6 | 0 | 3C | 5C | 48 | 15 | 55 | F |
| Octal | 110 | 35 | 6 | 0 | 74 | 134 | 110 | 25 | 125 | 17 |
| Binary | 1001000 | 11101 | 110 | 0 | 111100 | 1011100 | 1001000 | 10101 | 1010101 | 1111 |
Color Harmonies of #481D06
Complementary color
Monochromatic Colors of #481D06
Black with #481D06
Text Example
Text Example
White with #481D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D06; }
p { color: rgb(72,29,6); }
H1.HeaderClassName
{
color: #481D06;
}
.AnyTagClassName
{
color: #481D06;
}
</style>
background-color css
<style>
a { background-color: #481D06; }
a { background-color: rgb(72,29,6); }
div.DivClassName
{
background-color: #481D06;
}
.BgClassName
{
background-color: #481D06;
}
</style>
border-color css
<style>
span { border-color: #481D06; }
span { border-color: rgb(72,29,6); }
td.TdClassName
{
border-color: #481D06;
}
.TagClassName
{
border-color: #481D06;
}
</style>