Shades of Brown Pod #481E0B
Tints of Brown Pod #481E0B
RGB
CMYK
RGB Variations
Color information
#481E0B (or 0x481E0B) is known color: Brown Pod. HEX triplet: 48, 1E and 0B. RGB value is (72,30,11). Sum of RGB (Red+Green+Blue) = 72+30+11=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E0B is #B7E1F4. Grayscale: #282828. Windows color (decimal): -12050933 or 728648. OLE color: 728648.
HSL color Cylindrical-coordinate representation of color #481E0B: hue angle of 18.69º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481E0B is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 11 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.72 |
| HSL | 18.69º | 0.73% | 0.16% | - |
| HSV(B) | 18.69º | 0.85% | 0.28% | - |
| XYZ | 3.2 | 2.33 | 0.6 | - |
| YUV | 40.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 11 | 0 | 0.58 | 0.85 | 0.72 | 18.69 | 0.73 | 0.16 |
| Hex | 48 | 1E | B | 0 | 3A | 55 | 48 | 13 | 49 | 10 |
| Octal | 110 | 36 | 13 | 0 | 72 | 125 | 110 | 23 | 111 | 20 |
| Binary | 1001000 | 11110 | 1011 | 0 | 111010 | 1010101 | 1001000 | 10011 | 1001001 | 10000 |
Color Harmonies of #481E0B
Complementary color
Monochromatic Colors of #481E0B
Black with #481E0B
Text Example
Text Example
White with #481E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E0B; }
p { color: rgb(72,30,11); }
H1.HeaderClassName
{
color: #481E0B;
}
.AnyTagClassName
{
color: #481E0B;
}
</style>
background-color css
<style>
a { background-color: #481E0B; }
a { background-color: rgb(72,30,11); }
div.DivClassName
{
background-color: #481E0B;
}
.BgClassName
{
background-color: #481E0B;
}
</style>
border-color css
<style>
span { border-color: #481E0B; }
span { border-color: rgb(72,30,11); }
td.TdClassName
{
border-color: #481E0B;
}
.TagClassName
{
border-color: #481E0B;
}
</style>