Shades of Brown Bramble #503517
Tints of Brown Bramble #503517
RGB
CMYK
RGB Variations
Color information
#503517 (or 0x503517) is known color: Brown Bramble. HEX triplet: 50, 35 and 17. RGB value is (80,53,23). Sum of RGB (Red+Green+Blue) = 80+53+23=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #503517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503517 is #AFCAE8. Grayscale: #393939. Windows color (decimal): -11520745 or 1520976. OLE color: 1520976.
HSL color Cylindrical-coordinate representation of color #503517: hue angle of 31.58º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503517 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 23 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.69 |
| HSL | 31.58º | 0.55% | 0.2% | - |
| HSV(B) | 31.58º | 0.71% | 0.31% | - |
| XYZ | 4.74 | 4.31 | 1.39 | - |
| YUV | 57.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 23 | 0 | 0.34 | 0.71 | 0.69 | 31.58 | 0.55 | 0.2 |
| Hex | 50 | 35 | 17 | 0 | 22 | 47 | 45 | 20 | 37 | 14 |
| Octal | 120 | 65 | 27 | 0 | 42 | 107 | 105 | 40 | 67 | 24 |
| Binary | 1010000 | 110101 | 10111 | 0 | 100010 | 1000111 | 1000101 | 100000 | 110111 | 10100 |
Color Harmonies of #503517
Complementary color
Monochromatic Colors of #503517
Black with #503517
Text Example
Text Example
White with #503517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503517; }
p { color: rgb(80,53,23); }
H1.HeaderClassName
{
color: #503517;
}
.AnyTagClassName
{
color: #503517;
}
</style>
background-color css
<style>
a { background-color: #503517; }
a { background-color: rgb(80,53,23); }
div.DivClassName
{
background-color: #503517;
}
.BgClassName
{
background-color: #503517;
}
</style>
border-color css
<style>
span { border-color: #503517; }
span { border-color: rgb(80,53,23); }
td.TdClassName
{
border-color: #503517;
}
.TagClassName
{
border-color: #503517;
}
</style>