Shades of Brown Pod #481F0C
Tints of Brown Pod #481F0C
RGB
CMYK
RGB Variations
Color information
#481F0C (or 0x481F0C) is known color: Brown Pod. HEX triplet: 48, 1F and 0C. RGB value is (72,31,12). Sum of RGB (Red+Green+Blue) = 72+31+12=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F0C is #B7E0F3. Grayscale: #292929. Windows color (decimal): -12050676 or 794440. OLE color: 794440.
HSL color Cylindrical-coordinate representation of color #481F0C: hue angle of 19º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481F0C is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 31 | 12 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.72 |
| HSL | 19º | 0.71% | 0.16% | - |
| HSV(B) | 19º | 0.83% | 0.28% | - |
| XYZ | 3.23 | 2.38 | 0.64 | - |
| YUV | 41.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 12 | 0 | 0.57 | 0.83 | 0.72 | 19 | 0.71 | 0.16 |
| Hex | 48 | 1F | C | 0 | 39 | 53 | 48 | 13 | 47 | 10 |
| Octal | 110 | 37 | 14 | 0 | 71 | 123 | 110 | 23 | 107 | 20 |
| Binary | 1001000 | 11111 | 1100 | 0 | 111001 | 1010011 | 1001000 | 10011 | 1000111 | 10000 |
Color Harmonies of #481F0C
Complementary color
Monochromatic Colors of #481F0C
Black with #481F0C
Text Example
Text Example
White with #481F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F0C; }
p { color: rgb(72,31,12); }
H1.HeaderClassName
{
color: #481F0C;
}
.AnyTagClassName
{
color: #481F0C;
}
</style>
background-color css
<style>
a { background-color: #481F0C; }
a { background-color: rgb(72,31,12); }
div.DivClassName
{
background-color: #481F0C;
}
.BgClassName
{
background-color: #481F0C;
}
</style>
border-color css
<style>
span { border-color: #481F0C; }
span { border-color: rgb(72,31,12); }
td.TdClassName
{
border-color: #481F0C;
}
.TagClassName
{
border-color: #481F0C;
}
</style>