Shades of Brown Bramble #503516
Tints of Brown Bramble #503516
RGB
CMYK
RGB Variations
Color information
#503516 (or 0x503516) is known color: Brown Bramble. HEX triplet: 50, 35 and 16. RGB value is (80,53,22). Sum of RGB (Red+Green+Blue) = 80+53+22=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503516 is #AFCAE9. Grayscale: #393939. Windows color (decimal): -11520746 or 1455440. OLE color: 1455440.
HSL color Cylindrical-coordinate representation of color #503516: hue angle of 32.07º 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 #503516 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 22 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.69 |
| HSL | 32.07º | 0.57% | 0.2% | - |
| HSV(B) | 32.07º | 0.73% | 0.31% | - |
| XYZ | 4.73 | 4.31 | 1.34 | - |
| YUV | 57.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 22 | 0 | 0.34 | 0.72 | 0.69 | 32.07 | 0.57 | 0.2 |
| Hex | 50 | 35 | 16 | 0 | 22 | 48 | 45 | 20 | 39 | 14 |
| Octal | 120 | 65 | 26 | 0 | 42 | 110 | 105 | 40 | 71 | 24 |
| Binary | 1010000 | 110101 | 10110 | 0 | 100010 | 1001000 | 1000101 | 100000 | 111001 | 10100 |
Color Harmonies of #503516
Complementary color
Monochromatic Colors of #503516
Black with #503516
Text Example
Text Example
White with #503516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503516; }
p { color: rgb(80,53,22); }
H1.HeaderClassName
{
color: #503516;
}
.AnyTagClassName
{
color: #503516;
}
</style>
background-color css
<style>
a { background-color: #503516; }
a { background-color: rgb(80,53,22); }
div.DivClassName
{
background-color: #503516;
}
.BgClassName
{
background-color: #503516;
}
</style>
border-color css
<style>
span { border-color: #503516; }
span { border-color: rgb(80,53,22); }
td.TdClassName
{
border-color: #503516;
}
.TagClassName
{
border-color: #503516;
}
</style>