Shades of Brown Pod #481B10
Tints of Brown Pod #481B10
RGB
CMYK
RGB Variations
Color information
#481B10 (or 0x481B10) is known color: Brown Pod. HEX triplet: 48, 1B and 10. RGB value is (72,27,16). Sum of RGB (Red+Green+Blue) = 72+27+16=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B10 is #B7E4EF. Grayscale: #272727. Windows color (decimal): -12051696 or 1055560. OLE color: 1055560.
HSL color Cylindrical-coordinate representation of color #481B10: hue angle of 11.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481B10 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 16 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.72 |
| HSL | 11.79º | 0.64% | 0.17% | - |
| HSV(B) | 11.79º | 0.78% | 0.28% | - |
| XYZ | 3.16 | 2.2 | 0.75 | - |
| YUV | 39.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 16 | 0 | 0.62 | 0.78 | 0.72 | 11.79 | 0.64 | 0.17 |
| Hex | 48 | 1B | 10 | 0 | 3E | 4E | 48 | C | 40 | 11 |
| Octal | 110 | 33 | 20 | 0 | 76 | 116 | 110 | 14 | 100 | 21 |
| Binary | 1001000 | 11011 | 10000 | 0 | 111110 | 1001110 | 1001000 | 1100 | 1000000 | 10001 |
Color Harmonies of #481B10
Complementary color
Monochromatic Colors of #481B10
Black with #481B10
Text Example
Text Example
White with #481B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B10; }
p { color: rgb(72,27,16); }
H1.HeaderClassName
{
color: #481B10;
}
.AnyTagClassName
{
color: #481B10;
}
</style>
background-color css
<style>
a { background-color: #481B10; }
a { background-color: rgb(72,27,16); }
div.DivClassName
{
background-color: #481B10;
}
.BgClassName
{
background-color: #481B10;
}
</style>
border-color css
<style>
span { border-color: #481B10; }
span { border-color: rgb(72,27,16); }
td.TdClassName
{
border-color: #481B10;
}
.TagClassName
{
border-color: #481B10;
}
</style>