Shades of Brown Bramble #503116
Tints of Brown Bramble #503116
RGB
CMYK
RGB Variations
Color information
#503116 (or 0x503116) is known color: Brown Bramble. HEX triplet: 50, 31 and 16. RGB value is (80,49,22). Sum of RGB (Red+Green+Blue) = 80+49+22=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503116 is #AFCEE9. Grayscale: #373737. Windows color (decimal): -11521770 or 1454416. OLE color: 1454416.
HSL color Cylindrical-coordinate representation of color #503116: hue angle of 27.93º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503116 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 22 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.69 |
| HSL | 27.93º | 0.57% | 0.2% | - |
| HSV(B) | 27.93º | 0.73% | 0.31% | - |
| XYZ | 4.55 | 3.96 | 1.28 | - |
| YUV | 55.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 22 | 0 | 0.39 | 0.72 | 0.69 | 27.93 | 0.57 | 0.2 |
| Hex | 50 | 31 | 16 | 0 | 27 | 48 | 45 | 1C | 39 | 14 |
| Octal | 120 | 61 | 26 | 0 | 47 | 110 | 105 | 34 | 71 | 24 |
| Binary | 1010000 | 110001 | 10110 | 0 | 100111 | 1001000 | 1000101 | 11100 | 111001 | 10100 |
Color Harmonies of #503116
Complementary color
Monochromatic Colors of #503116
Black with #503116
Text Example
Text Example
White with #503116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503116; }
p { color: rgb(80,49,22); }
H1.HeaderClassName
{
color: #503116;
}
.AnyTagClassName
{
color: #503116;
}
</style>
background-color css
<style>
a { background-color: #503116; }
a { background-color: rgb(80,49,22); }
div.DivClassName
{
background-color: #503116;
}
.BgClassName
{
background-color: #503116;
}
</style>
border-color css
<style>
span { border-color: #503116; }
span { border-color: rgb(80,49,22); }
td.TdClassName
{
border-color: #503116;
}
.TagClassName
{
border-color: #503116;
}
</style>