Shades of Brown Pod #481F07
Tints of Brown Pod #481F07
RGB
CMYK
RGB Variations
Color information
#481F07 (or 0x481F07) is known color: Brown Pod. HEX triplet: 48, 1F and 07. RGB value is (72,31,7). Sum of RGB (Red+Green+Blue) = 72+31+7=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F07 is #B7E0F8. Grayscale: #282828. Windows color (decimal): -12050681 or 466760. OLE color: 466760.
HSL color Cylindrical-coordinate representation of color #481F07: hue angle of 22.15º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #481F07 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 31 | 7 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.72 |
| HSL | 22.15º | 0.82% | 0.15% | - |
| HSV(B) | 22.15º | 0.9% | 0.28% | - |
| XYZ | 3.2 | 2.37 | 0.49 | - |
| YUV | 40.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 7 | 0 | 0.57 | 0.90 | 0.72 | 22.15 | 0.82 | 0.15 |
| Hex | 48 | 1F | 7 | 0 | 39 | 5A | 48 | 16 | 52 | F |
| Octal | 110 | 37 | 7 | 0 | 71 | 132 | 110 | 26 | 122 | 17 |
| Binary | 1001000 | 11111 | 111 | 0 | 111001 | 1011010 | 1001000 | 10110 | 1010010 | 1111 |
Color Harmonies of #481F07
Complementary color
Monochromatic Colors of #481F07
Black with #481F07
Text Example
Text Example
White with #481F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F07; }
p { color: rgb(72,31,7); }
H1.HeaderClassName
{
color: #481F07;
}
.AnyTagClassName
{
color: #481F07;
}
</style>
background-color css
<style>
a { background-color: #481F07; }
a { background-color: rgb(72,31,7); }
div.DivClassName
{
background-color: #481F07;
}
.BgClassName
{
background-color: #481F07;
}
</style>
border-color css
<style>
span { border-color: #481F07; }
span { border-color: rgb(72,31,7); }
td.TdClassName
{
border-color: #481F07;
}
.TagClassName
{
border-color: #481F07;
}
</style>