Shades of Brown Bramble #503117
Tints of Brown Bramble #503117
RGB
CMYK
RGB Variations
Color information
#503117 (or 0x503117) is known color: Brown Bramble. HEX triplet: 50, 31 and 17. RGB value is (80,49,23). Sum of RGB (Red+Green+Blue) = 80+49+23=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #503117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503117 is #AFCEE8. Grayscale: #373737. Windows color (decimal): -11521769 or 1519952. OLE color: 1519952.
HSL color Cylindrical-coordinate representation of color #503117: hue angle of 27.37º 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 #503117 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 23 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.69 |
| HSL | 27.37º | 0.55% | 0.2% | - |
| HSV(B) | 27.37º | 0.71% | 0.31% | - |
| XYZ | 4.56 | 3.96 | 1.34 | - |
| YUV | 55.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 23 | 0 | 0.39 | 0.71 | 0.69 | 27.37 | 0.55 | 0.2 |
| Hex | 50 | 31 | 17 | 0 | 27 | 47 | 45 | 1B | 37 | 14 |
| Octal | 120 | 61 | 27 | 0 | 47 | 107 | 105 | 33 | 67 | 24 |
| Binary | 1010000 | 110001 | 10111 | 0 | 100111 | 1000111 | 1000101 | 11011 | 110111 | 10100 |
Color Harmonies of #503117
Complementary color
Monochromatic Colors of #503117
Black with #503117
Text Example
Text Example
White with #503117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503117; }
p { color: rgb(80,49,23); }
H1.HeaderClassName
{
color: #503117;
}
.AnyTagClassName
{
color: #503117;
}
</style>
background-color css
<style>
a { background-color: #503117; }
a { background-color: rgb(80,49,23); }
div.DivClassName
{
background-color: #503117;
}
.BgClassName
{
background-color: #503117;
}
</style>
border-color css
<style>
span { border-color: #503117; }
span { border-color: rgb(80,49,23); }
td.TdClassName
{
border-color: #503117;
}
.TagClassName
{
border-color: #503117;
}
</style>