Shades of Brown Pod #481B03
Tints of Brown Pod #481B03
RGB
CMYK
RGB Variations
Color information
#481B03 (or 0x481B03) is known color: Brown Pod. HEX triplet: 48, 1B and 03. RGB value is (72,27,3). Sum of RGB (Red+Green+Blue) = 72+27+3=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #481B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B03 is #B7E4FC. Grayscale: #252525. Windows color (decimal): -12051709 or 203592. OLE color: 203592.
HSL color Cylindrical-coordinate representation of color #481B03: hue angle of 20.87º 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 #481B03 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 3 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.72 |
| HSL | 20.87º | 0.92% | 0.15% | - |
| HSV(B) | 20.87º | 0.96% | 0.28% | - |
| XYZ | 3.08 | 2.17 | 0.34 | - |
| YUV | 37.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 3 | 0 | 0.62 | 0.96 | 0.72 | 20.87 | 0.92 | 0.15 |
| Hex | 48 | 1B | 3 | 0 | 3E | 60 | 48 | 15 | 5C | F |
| Octal | 110 | 33 | 3 | 0 | 76 | 140 | 110 | 25 | 134 | 17 |
| Binary | 1001000 | 11011 | 11 | 0 | 111110 | 1100000 | 1001000 | 10101 | 1011100 | 1111 |
Color Harmonies of #481B03
Complementary color
Monochromatic Colors of #481B03
Black with #481B03
Text Example
Text Example
White with #481B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B03; }
p { color: rgb(72,27,3); }
H1.HeaderClassName
{
color: #481B03;
}
.AnyTagClassName
{
color: #481B03;
}
</style>
background-color css
<style>
a { background-color: #481B03; }
a { background-color: rgb(72,27,3); }
div.DivClassName
{
background-color: #481B03;
}
.BgClassName
{
background-color: #481B03;
}
</style>
border-color css
<style>
span { border-color: #481B03; }
span { border-color: rgb(72,27,3); }
td.TdClassName
{
border-color: #481B03;
}
.TagClassName
{
border-color: #481B03;
}
</style>