Shades of Brown Pod #481303
Tints of Brown Pod #481303
RGB
CMYK
RGB Variations
Color information
#481303 (or 0x481303) is known color: Brown Pod. HEX triplet: 48, 13 and 03. RGB value is (72,19,3). Sum of RGB (Red+Green+Blue) = 72+19+3=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #481303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481303 is #B7ECFC. Grayscale: #212121. Windows color (decimal): -12053757 or 201544. OLE color: 201544.
HSL color Cylindrical-coordinate representation of color #481303: hue angle of 13.91º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #481303 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 3 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.72 |
| HSL | 13.91º | 0.92% | 0.15% | - |
| HSV(B) | 13.91º | 0.96% | 0.28% | - |
| XYZ | 2.92 | 1.85 | 0.29 | - |
| YUV | 33.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 3 | 0 | 0.74 | 0.96 | 0.72 | 13.91 | 0.92 | 0.15 |
| Hex | 48 | 13 | 3 | 0 | 4A | 60 | 48 | E | 5C | F |
| Octal | 110 | 23 | 3 | 0 | 112 | 140 | 110 | 16 | 134 | 17 |
| Binary | 1001000 | 10011 | 11 | 0 | 1001010 | 1100000 | 1001000 | 1110 | 1011100 | 1111 |
Color Harmonies of #481303
Complementary color
Monochromatic Colors of #481303
Black with #481303
Text Example
Text Example
White with #481303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481303; }
p { color: rgb(72,19,3); }
H1.HeaderClassName
{
color: #481303;
}
.AnyTagClassName
{
color: #481303;
}
</style>
background-color css
<style>
a { background-color: #481303; }
a { background-color: rgb(72,19,3); }
div.DivClassName
{
background-color: #481303;
}
.BgClassName
{
background-color: #481303;
}
</style>
border-color css
<style>
span { border-color: #481303; }
span { border-color: rgb(72,19,3); }
td.TdClassName
{
border-color: #481303;
}
.TagClassName
{
border-color: #481303;
}
</style>