Shades of Brown Pod #481908
Tints of Brown Pod #481908
RGB
CMYK
RGB Variations
Color information
#481908 (or 0x481908) is known color: Brown Pod. HEX triplet: 48, 19 and 08. RGB value is (72,25,8). Sum of RGB (Red+Green+Blue) = 72+25+8=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #481908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481908 is #B7E6F7. Grayscale: #252525. Windows color (decimal): -12052216 or 530760. OLE color: 530760.
HSL color Cylindrical-coordinate representation of color #481908: hue angle of 15.94º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481908 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 8 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.72 |
| HSL | 15.94º | 0.8% | 0.16% | - |
| HSV(B) | 15.94º | 0.89% | 0.28% | - |
| XYZ | 3.06 | 2.09 | 0.47 | - |
| YUV | 37.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 8 | 0 | 0.65 | 0.89 | 0.72 | 15.94 | 0.8 | 0.16 |
| Hex | 48 | 19 | 8 | 0 | 41 | 59 | 48 | 10 | 50 | 10 |
| Octal | 110 | 31 | 10 | 0 | 101 | 131 | 110 | 20 | 120 | 20 |
| Binary | 1001000 | 11001 | 1000 | 0 | 1000001 | 1011001 | 1001000 | 10000 | 1010000 | 10000 |
Color Harmonies of #481908
Complementary color
Monochromatic Colors of #481908
Black with #481908
Text Example
Text Example
White with #481908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481908; }
p { color: rgb(72,25,8); }
H1.HeaderClassName
{
color: #481908;
}
.AnyTagClassName
{
color: #481908;
}
</style>
background-color css
<style>
a { background-color: #481908; }
a { background-color: rgb(72,25,8); }
div.DivClassName
{
background-color: #481908;
}
.BgClassName
{
background-color: #481908;
}
</style>
border-color css
<style>
span { border-color: #481908; }
span { border-color: rgb(72,25,8); }
td.TdClassName
{
border-color: #481908;
}
.TagClassName
{
border-color: #481908;
}
</style>