Shades of Brown Pod #481501
Tints of Brown Pod #481501
RGB
CMYK
RGB Variations
Color information
#481501 (or 0x481501) is known color: Brown Pod. HEX triplet: 48, 15 and 01. RGB value is (72,21,1). Sum of RGB (Red+Green+Blue) = 72+21+1=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #481501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481501 is #B7EAFE. Grayscale: #222222. Windows color (decimal): -12053247 or 70984. OLE color: 70984.
HSL color Cylindrical-coordinate representation of color #481501: hue angle of 16.9º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #481501 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 21 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.72 |
| HSL | 16.9º | 0.97% | 0.14% | - |
| HSV(B) | 16.9º | 0.99% | 0.28% | - |
| XYZ | 2.95 | 1.92 | 0.24 | - |
| YUV | 33.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 1 | 0 | 0.71 | 0.99 | 0.72 | 16.9 | 0.97 | 0.14 |
| Hex | 48 | 15 | 1 | 0 | 47 | 63 | 48 | 11 | 61 | E |
| Octal | 110 | 25 | 1 | 0 | 107 | 143 | 110 | 21 | 141 | 16 |
| Binary | 1001000 | 10101 | 1 | 0 | 1000111 | 1100011 | 1001000 | 10001 | 1100001 | 1110 |
Color Harmonies of #481501
Complementary color
Monochromatic Colors of #481501
Black with #481501
Text Example
Text Example
White with #481501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481501; }
p { color: rgb(72,21,1); }
H1.HeaderClassName
{
color: #481501;
}
.AnyTagClassName
{
color: #481501;
}
</style>
background-color css
<style>
a { background-color: #481501; }
a { background-color: rgb(72,21,1); }
div.DivClassName
{
background-color: #481501;
}
.BgClassName
{
background-color: #481501;
}
</style>
border-color css
<style>
span { border-color: #481501; }
span { border-color: rgb(72,21,1); }
td.TdClassName
{
border-color: #481501;
}
.TagClassName
{
border-color: #481501;
}
</style>