Shades of Brown Pod #481201
Tints of Brown Pod #481201
RGB
CMYK
RGB Variations
Color information
#481201 (or 0x481201) is known color: Brown Pod. HEX triplet: 48, 12 and 01. RGB value is (72,18,1). Sum of RGB (Red+Green+Blue) = 72+18+1=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #481201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481201 is #B7EDFE. Grayscale: #202020. Windows color (decimal): -12054015 or 70216. OLE color: 70216.
HSL color Cylindrical-coordinate representation of color #481201: hue angle of 14.37º 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 #481201 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.72 |
| HSL | 14.37º | 0.97% | 0.14% | - |
| HSV(B) | 14.37º | 0.99% | 0.28% | - |
| XYZ | 2.89 | 1.81 | 0.23 | - |
| YUV | 32.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 1 | 0 | 0.75 | 0.99 | 0.72 | 14.37 | 0.97 | 0.14 |
| Hex | 48 | 12 | 1 | 0 | 4B | 63 | 48 | E | 61 | E |
| Octal | 110 | 22 | 1 | 0 | 113 | 143 | 110 | 16 | 141 | 16 |
| Binary | 1001000 | 10010 | 1 | 0 | 1001011 | 1100011 | 1001000 | 1110 | 1100001 | 1110 |
Color Harmonies of #481201
Complementary color
Monochromatic Colors of #481201
Black with #481201
Text Example
Text Example
White with #481201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481201; }
p { color: rgb(72,18,1); }
H1.HeaderClassName
{
color: #481201;
}
.AnyTagClassName
{
color: #481201;
}
</style>
background-color css
<style>
a { background-color: #481201; }
a { background-color: rgb(72,18,1); }
div.DivClassName
{
background-color: #481201;
}
.BgClassName
{
background-color: #481201;
}
</style>
border-color css
<style>
span { border-color: #481201; }
span { border-color: rgb(72,18,1); }
td.TdClassName
{
border-color: #481201;
}
.TagClassName
{
border-color: #481201;
}
</style>