Shades of Brown Pod #481807
Tints of Brown Pod #481807
RGB
CMYK
RGB Variations
Color information
#481807 (or 0x481807) is known color: Brown Pod. HEX triplet: 48, 18 and 07. RGB value is (72,24,7). Sum of RGB (Red+Green+Blue) = 72+24+7=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #481807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481807 is #B7E7F8. Grayscale: #242424. Windows color (decimal): -12052473 or 464968. OLE color: 464968.
HSL color Cylindrical-coordinate representation of color #481807: hue angle of 15.69º 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 #481807 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 7 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.72 |
| HSL | 15.69º | 0.82% | 0.15% | - |
| HSV(B) | 15.69º | 0.9% | 0.28% | - |
| XYZ | 3.04 | 2.05 | 0.44 | - |
| YUV | 36.41 | 111.4 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 7 | 0 | 0.67 | 0.90 | 0.72 | 15.69 | 0.82 | 0.15 |
| Hex | 48 | 18 | 7 | 0 | 43 | 5A | 48 | 10 | 52 | F |
| Octal | 110 | 30 | 7 | 0 | 103 | 132 | 110 | 20 | 122 | 17 |
| Binary | 1001000 | 11000 | 111 | 0 | 1000011 | 1011010 | 1001000 | 10000 | 1010010 | 1111 |
Color Harmonies of #481807
Complementary color
Monochromatic Colors of #481807
Black with #481807
Text Example
Text Example
White with #481807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481807; }
p { color: rgb(72,24,7); }
H1.HeaderClassName
{
color: #481807;
}
.AnyTagClassName
{
color: #481807;
}
</style>
background-color css
<style>
a { background-color: #481807; }
a { background-color: rgb(72,24,7); }
div.DivClassName
{
background-color: #481807;
}
.BgClassName
{
background-color: #481807;
}
</style>
border-color css
<style>
span { border-color: #481807; }
span { border-color: rgb(72,24,7); }
td.TdClassName
{
border-color: #481807;
}
.TagClassName
{
border-color: #481807;
}
</style>