Shades of Brown Pod #481B0E
Tints of Brown Pod #481B0E
RGB
CMYK
RGB Variations
Color information
#481B0E (or 0x481B0E) is known color: Brown Pod. HEX triplet: 48, 1B and 0E. RGB value is (72,27,14). Sum of RGB (Red+Green+Blue) = 72+27+14=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B0E is #B7E4F1. Grayscale: #272727. Windows color (decimal): -12051698 or 924488. OLE color: 924488.
HSL color Cylindrical-coordinate representation of color #481B0E: hue angle of 13.45º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481B0E is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 14 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.72 |
| HSL | 13.45º | 0.67% | 0.17% | - |
| HSV(B) | 13.45º | 0.81% | 0.28% | - |
| XYZ | 3.14 | 2.19 | 0.67 | - |
| YUV | 38.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 14 | 0 | 0.62 | 0.81 | 0.72 | 13.45 | 0.67 | 0.17 |
| Hex | 48 | 1B | E | 0 | 3E | 51 | 48 | D | 43 | 11 |
| Octal | 110 | 33 | 16 | 0 | 76 | 121 | 110 | 15 | 103 | 21 |
| Binary | 1001000 | 11011 | 1110 | 0 | 111110 | 1010001 | 1001000 | 1101 | 1000011 | 10001 |
Color Harmonies of #481B0E
Complementary color
Monochromatic Colors of #481B0E
Black with #481B0E
Text Example
Text Example
White with #481B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B0E; }
p { color: rgb(72,27,14); }
H1.HeaderClassName
{
color: #481B0E;
}
.AnyTagClassName
{
color: #481B0E;
}
</style>
background-color css
<style>
a { background-color: #481B0E; }
a { background-color: rgb(72,27,14); }
div.DivClassName
{
background-color: #481B0E;
}
.BgClassName
{
background-color: #481B0E;
}
</style>
border-color css
<style>
span { border-color: #481B0E; }
span { border-color: rgb(72,27,14); }
td.TdClassName
{
border-color: #481B0E;
}
.TagClassName
{
border-color: #481B0E;
}
</style>